-
Notifications
You must be signed in to change notification settings - Fork 102
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
Required Kustomize Config Change #190
Conversation
What we probably also should do is adding |
thanks for the review @fabianbaier and catching the extra files! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
ff0990a
to
1acde68
Compare
@@ -20,6 +20,7 @@ Before you get started: | |||
- Latest version of `dep` | |||
- Kubernetes Cluster `1.12` or later (e.g. [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/)) | |||
- [Install kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) with version `1.12` or later | |||
- [Install Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe pinpointing the version as well?
- Install Kustomize with version
2.0.3
or later
What type of PR is this?
/kind bug
What this PR does / why we need it:
Kustomize requires resource paths to be in the configuration directory or sub-directory.
rbac
andmanager
configs were moved underdefault
We will not be able to reuse
rbac
configurations unless we move to building out a "scratch" or output directory to manipulate files.Which issue(s) this PR fixes:
Fixes #189
Special notes for your reviewer:
Does this PR introduce a user-facing change?: