Skip to content

Add a dual stack configuration example#1356

Open
nrb wants to merge 2 commits into
kubernetes:masterfrom
nrb:dual-stack-example
Open

Add a dual stack configuration example#1356
nrb wants to merge 2 commits into
kubernetes:masterfrom
nrb:dual-stack-example

Conversation

@nrb
Copy link
Copy Markdown
Contributor

@nrb nrb commented Mar 12, 2026

What type of PR is this?
/kind documentation

What this PR does / why we need it:

This PR adds an example DaemonSet and cloud-config file for enabling IPv4 and IPv6 node IPs.

This change was made because kubernetes-sigs/provider-aws-test-infra#530 relies on it - see https://github.com/kubernetes-sigs/provider-aws-test-infra/blob/main/kubetest2-ec2/config/run-post-install.sh#L25 where the examples directory is downloaded. Without these CCM options, nodes in a dual-stack install cannot come online.

This is also useful information for any user looking to use dual stack nodes in general, however.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Provides an example CCM daemonset based on the original that enables
dual stack networking.

Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 12, 2026
@k8s-ci-robot k8s-ci-robot requested a review from kmala March 12, 2026 19:37
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign olemarkus for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from yue9944882 March 12, 2026 19:37
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Mar 12, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

This issue is currently awaiting triage.

If cloud-provider-aws contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Details

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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 12, 2026
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@nrb
Copy link
Copy Markdown
Contributor Author

nrb commented Mar 18, 2026

/test pull-cloud-provider-aws-e2e-kubetest2-quick

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@nrb: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cloud-provider-aws-e2e-kubetest2 b2998ab link false /test pull-cloud-provider-aws-e2e-kubetest2
pull-cloud-provider-aws-e2e-kubetest2-quick b2998ab link false /test pull-cloud-provider-aws-e2e-kubetest2-quick

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants