-
Notifications
You must be signed in to change notification settings - Fork 22
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
Local testing environment #108
Conversation
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.
Tested locally, works for me. Thanks, very useful!
namespace: rollout-operator-development | ||
rules: | ||
- apiGroups: | ||
- |
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.
why is this empty?
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.
An empty value means the "core" group (see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-example for an example)
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.
error: error validating "/Users/christopher.li/rollout-operator/development/rollout-operator-role.yaml": error validating data: ValidationError(Role.rules[0].apiGroups): unknown object type "nil" in Role.rules[0].apiGroups[0]; if you choose to ignore these errors, turn validation off with --validate=false
when I try to run ./apply.sh
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.
What version of Kubernetes and kubectl
are you using?
This PR adds some Kubernetes manifests and a script to deploy a basic test installation of the rollout-operator in a local Kubernetes cluster. It also deploys an instance of Jaeger for testing #101.
More details in the readme.