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

[Release 1.31] Windows fails when cni: none is configured #6826

Closed
rbrtbnfgl opened this issue Sep 17, 2024 · 1 comment
Closed

[Release 1.31] Windows fails when cni: none is configured #6826

rbrtbnfgl opened this issue Sep 17, 2024 · 1 comment
Assignees

Comments

@rbrtbnfgl
Copy link
Contributor

Backport for #6819

@VestigeJ
Copy link
Contributor

VestigeJ commented Oct 4, 2024

$ kg no,po,svc -A

NAME                   STATUS   ROLES                       AGE   VERSION
node/ec2amaz-618hder   Ready    <none>                      34s   v1.31.1
node/ip                Ready    control-plane,etcd,master   11m   v1.31.1+rke2r1

NAMESPACE         NAME                                                        READY   STATUS      RESTARTS   AGE
calico-system     pod/calico-kube-controllers-6f7f59dfc-drf86                 1/1     Running     0          11m
calico-system     pod/calico-node-ljq7l                                       1/1     Running     0          11m
calico-system     pod/calico-typha-b9b5bfbdb-bgxh9                            1/1     Running     0          11m
kube-system       pod/cloud-controller-manager-ip                             1/1     Running     0          11m
kube-system       pod/etcd-ip                                                 1/1     Running     0          11m
kube-system       pod/helm-install-rke2-calico-crd-9w54r                      0/1     Completed   0          11m
kube-system       pod/helm-install-rke2-calico-z64vw                          0/1     Completed   2          11m
kube-system       pod/helm-install-rke2-coredns-k8nz2                         0/1     Completed   0          11m
kube-system       pod/helm-install-rke2-ingress-nginx-2wtns                   0/1     Completed   0          11m
kube-system       pod/helm-install-rke2-metrics-server-qk4zd                  0/1     Completed   0          11m
kube-system       pod/helm-install-rke2-snapshot-controller-crd-9ht9w         0/1     Completed   0          11m
kube-system       pod/helm-install-rke2-snapshot-controller-llk54             0/1     Completed   1          11m
kube-system       pod/helm-install-rke2-snapshot-validation-webhook-kw55k     0/1     Completed   0          11m
kube-system       pod/kube-apiserver-ip                                       1/1     Running     0          11m
kube-system       pod/kube-controller-manager-ip                              1/1     Running     0          11m
kube-system       pod/kube-proxy-ip                                           1/1     Running     0          11m
kube-system       pod/kube-scheduler-ip                                       1/1     Running     0          11m
kube-system       pod/rke2-coredns-rke2-coredns-79f8cbfcf7-p7wqv              0/1     Pending     0          32s
kube-system       pod/rke2-coredns-rke2-coredns-79f8cbfcf7-rx4x8              1/1     Running     0          11m
kube-system       pod/rke2-coredns-rke2-coredns-autoscaler-7cf7db4bdc-kjc6q   1/1     Running     0          11m
kube-system       pod/rke2-ingress-nginx-controller-6rpcd                     1/1     Running     0          10m
kube-system       pod/rke2-metrics-server-6d887864c-fc67w                     1/1     Running     0          10m
kube-system       pod/rke2-snapshot-controller-658d97fccc-4s8pw               1/1     Running     0          10m
kube-system       pod/rke2-snapshot-validation-webhook-784bcc6c8-f8xg6        1/1     Running     0          10m
tigera-operator   pod/tigera-operator-7cf54cf557-tvf64                        1/1     Running     0          11m

NAMESPACE       NAME                                              TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)         AGE
calico-system   service/calico-kube-controllers-metrics           ClusterIP   None            <none>        9094/TCP        10m
calico-system   service/calico-typha                              ClusterIP   10.43.56.196    <none>        5473/TCP        11m
default         service/kubernetes                                ClusterIP   10.43.0.1       <none>        443/TCP         12m
kube-system     service/rke2-coredns-rke2-coredns                 ClusterIP   10.43.0.10      <none>        53/UDP,53/TCP   11m
kube-system     service/rke2-ingress-nginx-controller-admission   ClusterIP   10.43.21.242    <none>        443/TCP         10m
kube-system     service/rke2-metrics-server                       ClusterIP   10.43.134.249   <none>        443/TCP         10m
kube-system     service/rke2-snapshot-validation-webhook          ClusterIP   10.43.109.156   <none>        443/TCP         10m

Windows Agent Config

Set-Content -Path c:/etc/rancher/rke2/config.yaml -Value @"
>> server: https://1.1.1.103:9345
>> token: Kf5::server:YOUR_TOKEN_HERE
>> cni: none
>> "@

@VestigeJ VestigeJ closed this as completed Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants