-
Notifications
You must be signed in to change notification settings - Fork 128
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
Support Kubernetes 1.11 #724
Conversation
29630de
to
ec28c80
Compare
a24e6c2
to
e2183bf
Compare
This fixes CRD validation problem during `kubectl apply` in k8s 1.11
e2babe4
to
68be5be
Compare
68be5be
to
6560896
Compare
There seem to be flakes, concerning the multi-node config in particular.
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.
Reviewed 15 of 15 files at r1.
Reviewable status: 0 of 2 LGTMs obtained
.circleci/config.yml, line 367 at r1 (raw file):
# e2e_1_9: # <<: *e2e
Commented remains. Should be removed?
.circleci/config.yml, line 478 at r1 (raw file):
# tags: # only: # - /^v[0-9].*/
As above.
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.
Reviewable status: 0 of 2 LGTMs obtained, and 1 stale
.circleci/config.yml, line 367 at r1 (raw file):
Previously, jellonek (Piotr Skamruk) wrote…
Commented remains. Should be removed?
So it's because of flakes - ok.
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.
Reviewed 15 of 15 files at r1.
Reviewable status: 1 of 2 LGTMs obtained
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.
Reviewable status: 1 of 2 LGTMs obtained, and 1 stale
demo.sh
andcmd.sh
This change is