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

Don't fail if NETWORK_POLICY_PROVIDER is unset #28256

Closed

Conversation

caseydavenport
Copy link
Member

Fixes issue from this comment: https://github.com/kubernetes/kubernetes/pull/26017/files/35289c764954011e69d289a20ccb26fd3b0f1062#r68873333

@ixdy Haven't had a chance to test this against AWS, but I think it fixes your issue.

@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed labels Jun 30, 2016
@k8s-bot
Copy link

k8s-bot commented Jun 30, 2016

GCE e2e build/test passed for commit 7d669ec.

if [[ -n ${appends} ]]; then
if [[ -n ${RUNTIME_CONFIG} ]]; then
if [[ -n ${appends:-} ]]; then
if [[ -n ${RUNTIME_CONFIG:-} ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pedanticly, this should be quote-wrapped.

@thockin thockin self-assigned this Jul 2, 2016
@caseydavenport
Copy link
Member Author

@thockin - As per the conversation here: #28401 (comment) should we just always enable this and get rid of all the if/then logic?

@thockin
Copy link
Member

thockin commented Jul 6, 2016

yes, I think so.

@caseydavenport
Copy link
Member Author

OK

@thockin - I ended up removing all of this in #28549, so closing in favor of that.

@caseydavenport caseydavenport deleted the cd-fix-net-policy branch June 20, 2017 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants