-
Notifications
You must be signed in to change notification settings - Fork 589
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 IPv6DualStack with Canal #2769
Comments
This seems currently blocked by https://github.com/projectcalico/cni-plugin/issues/1177 |
This issue/PR has been automatically marked as stale because it has not had activity (commit/comment/label) for 60 days. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
It looks like Calico release 3.22.0 contains the fix for Canal deployment with Dual Stack. Any update on RKE side when it will be integrated? |
This issue/PR has been automatically marked as stale because it has not had activity (commit/comment/label) for 60 days. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
RKE version:
v1.3.3-rc4
Docker version: (
docker version
,docker info
preferred)20.10.11
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)cat /etc/os-release
NAME="Red Hat Enterprise Linux"
VERSION="8.4 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.4"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.4
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.4"
uname -r
4.18.0-305.19.1.el8_4.x86_64
Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
Openstack / KVM
cluster.yml file:
Steps to Reproduce:
Following the issue #1902 I am opening a new issue as RKE 1.3.3 does not support yet DualStack with Canal. The following error is displayed when deploying a k8s cluster with the above configuration:
level=fatal msg="Failed to validate cluster: Network plugin [canal] does not support IPv6 (dualstack)
Results:
Could you add the support for DualStack with Canal?
The text was updated successfully, but these errors were encountered: