Skip to content
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

make manifests fails with aws_manager_image_patch.yaml: no such file or directory #469

Closed
babu-selector opened this issue Jan 5, 2019 · 7 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation. lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@babu-selector
Copy link

babu-selector commented Jan 5, 2019

/kind bug

sigs.k8s.io/cluster-api-provider-aws $ make manifests
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go crd
CRD files generated, files can be found under path /Users/babu-s2/go/src/sigs.k8s.io/cluster-api-provider-aws/config/crds.
kustomize build config/default/ > cmd/clusterctl/examples/aws/out/provider-components.yaml
Error: SliceFromPatches: open /Users/babu-s2/go/src/sigs.k8s.io/cluster-api-provider-aws/cmd/clusterctl/examples/aws/out/aws_manager_image_patch.yaml: no such file or directory

What did you expect to happen:
The startup guide steps are broken, not working as mentioned.

Anything else you would like to add:

Workaround is to run ./generate-yaml.sh explicitly

Environment:

  • Cluster-api-provider-aws version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jan 5, 2019
@timothysc timothysc added the kind/documentation Categorizes issue or PR as related to documentation. label Jan 11, 2019
@timothysc timothysc added this to the v1alpha1 milestone Jan 11, 2019
@timothysc timothysc added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Jan 11, 2019
@ashish-amarnath
Copy link
Contributor

https://kubernetes.slack.com/archives/CD6U2V71N/p1547570376262000
The workaround was to run make clean manifests

@ashish-amarnath
Copy link
Contributor

@rdodev Do you have anything more to add here?

@rdodev
Copy link
Contributor

rdodev commented Jan 17, 2019

Sorry @ashish-amarnath didn't get notifications until now. Let me check it out.

@rdodev
Copy link
Contributor

rdodev commented Jan 17, 2019

@babu-selector is right. I think the docs seems to be missing steps or provide incomplete info. Both the make clean && make manifests and then using Jason's gist helped for instructions not using minikube.

@chuckha
Copy link
Contributor

chuckha commented Feb 4, 2019

This will be going away as we start merging in pieces of #310. I'll track the work but I don't think this needs to be fixed independently of the Makefile changes

/lifecycle active

@k8s-ci-robot k8s-ci-robot added the lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. label Feb 4, 2019
@randomvariable
Copy link
Member

Fixed in #580

Removed aws_manager_image_patch.yaml completely, so this issue will no longer apply.

/close

@k8s-ci-robot
Copy link
Contributor

@randomvariable: Closing this issue.

In response to this:

Fixed in #580

Removed aws_manager_image_patch.yaml completely, so this issue will no longer apply.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/documentation Categorizes issue or PR as related to documentation. lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

7 participants