-
Notifications
You must be signed in to change notification settings - Fork 242
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
Better flannel configuration #598
Conversation
/hold |
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.
/approve
LGTM label has been added. Git tree hash: c5efc57051d07c075f87f9596b4a3c725adaa11d
|
/test pull-kubeone-e2e-hetzner-conformance-1.15 |
/test pull-kubeone-e2e-digitalocean-conformance-1.15 |
/retest |
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.
/approve
LGTM label has been added. Git tree hash: 35472eb85ca9f4cf22eff0723e1834891a0be0a9
|
/pull pull-kubeone-e2e-digitalocean-conformance-1.15 |
/test pull-kubeone-e2e-hetzner-conformance-1.15 |
/test pull-kubeone-e2e-digitalocean-upgrade-1.14-1.15 |
/retest |
1 similar comment
/retest |
* add FLANNELD_IFACE = status.hostIP env to flannel * when external CCM is deployed, wait for Nodes to be initialized * introduced new package clientutil * removed all simpleCreateOrUpdate and placed with clientutil.CreateOrUpdate * FIX UPDATES of the objects * removed TypeMeta * group kubernetes objects to be deployed into packs Signed-off-by: Artiom Diomin <[email protected]>
/retest |
@kron4eg: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
/test pull-kubeone-e2e-digitalocean-upgrade-1.14-1.15 |
/hold cancel |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
LGTM label has been added. Git tree hash: b397032c57471ebce00efd89ff59adbd9a815ab1
|
What this PR does / why we need it:
When private network is available, it should be used for internal CNI communications.