-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Add v1beta3 files to update-demo #5051
Conversation
You'll also need to update the e2e test that runs through this example since you're changing the file location. See https://github.com/GoogleCloudPlatform/kubernetes/blob/master/test/e2e/kubectl.go#L47 |
version: kitten | ||
spec: | ||
containers: | ||
- capabilities: {} |
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.
Please remove the capabilities. This example doesn't need them.
ff6ea8e
to
ebd0f28
Compare
Fixed, PTAL. I ran that e2e test to verify that it still runs. |
LGTM. Will merge once travis completes. |
I think the example test is no longer passing, I'll fix later. |
Fixed, PTAL |
LGTM |
Add v1beta3 files to update-demo
I hesitate to start actually talking about v1beta3 in the README since this is supposed to be an example for a complete beginner.