-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change make manifests
to not rely on $PATH
#674
Comments
Probably an out of date This |
Correct. |
make manifests
to not rely on $PATH
Reopening, I think there's still a devx improvement to be had here. Possibly ties into #299 /milestone next |
@randomvariable: The provided milestone is not valid for this repository. Milestones in this repository: [ Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone Next /remove-kind bug |
/priority important-soon |
/kind bug
What steps did you take and what happened:
I used
make manifests
(wrapped inaws-vault exec
command) to generate fresh manifests, then:What did you expect to happen:
New AWS cluster should be created.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
When tried with
kubectl apply -f cmd/clusterctl/examples/aws/out/provider-components.yaml --validate=false
it applies without errors.Environment:
commit: 32a5c5147684829fcd53a9787ad1474eff937469
kubectl version
):Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-03-01T23:34:27Z", GoVersion:"go1.12", Compiler:"gc", Platform:"darwin/amd64"}
/etc/os-release
):Darwin Dominiks-MacBook-Pro.local 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: