rapid-solstice-48297
09/14/2022, 9:11 AMfailed to try resolving symlinks in path…
.
I can’t find any information in the rke documentation about using the external cloud provider, so I’m not sure if it is supported (I may have missed it!). Has anyone successfully used rke with the external cloud provider with the Openstack cloud controller manger and the cinder CSI plugin?strong-boots-98959
09/15/2022, 7:21 PMgentle-doctor-25328
09/16/2022, 8:57 AMbright-whale-83501
09/19/2022, 5:33 PMswift-ghost-16121
09/20/2022, 5:49 AMI get an error while deploying RKE with 1 master(role:controlplane,etcd) and 2 workers(role: worker). Following is my cluster.yml
nodes:
- address: <<VM-1>>
port: "22"
internal_address: ""
role:
- controlplane
- etcd
hostname_override: ""
user: vudemaster
docker_socket: /var/run/docker.sock
ssh_key: ""
ssh_key_path: ~/.ssh/id_rsa
ssh_cert: ""
ssh_cert_path: ""
labels: {}
taints: []
- address: <<VM-2>>
port: "22"
internal_address: ""
role:
- worker
hostname_override: ""
user: vudeadmin
docker_socket: /var/run/docker.sock
ssh_key: ""
ssh_key_path: ~/.ssh/id_rsa
ssh_cert: ""
ssh_cert_path: ""
labels: {}
taints: []
- address: <<VM-3>>
port: "22"
internal_address: ""
role:
- worker
hostname_override: ""
user: vudeadmin
docker_socket: /var/run/docker.sock
ssh_key: ""
ssh_key_path: ~/.ssh/id_rsa
ssh_cert: ""
ssh_cert_path: ""
labels: {}
taints: []
Error:
FATA[0115] [workerPlane] Failed to bring up Worker Plane: [Failed to verify healthcheck: Failed to check http://localhost:10256/healthz for service [kube-proxy] on host [cdedops-vude4.elements.local]: Get "http://localhost:10256/healthz": Unable to access the service on localhost:10256. The service might be still starting up. Error: ssh: rejected: connect failed (Connection refused), log: E0919 093712.439028 2897 node.go:161] Failed to retrieve node info: Get "https://127.0.0.1:6443/api/v1/nodes/cdedops-vude4.elements.local": read tcp 127.0.0.148478 >127.0.0.16443: read: connection reset by peer] . But If I would specify roles as [controlplane,etcd] in all nodes, then it works fine. The error comes when role is given as worker alone. Refer configs above. Please suggest.swift-ghost-16121
09/20/2022, 6:07 AMgifted-eye-43916
09/22/2022, 8:51 AMechoing-ability-7881
09/28/2022, 12:29 PMglamorous-guitar-96571
09/28/2022, 2:31 PMincalculable-bird-33863
09/29/2022, 5:10 PMcluster.yml
. I’m adding image to system_images
block in cluster.yml
.After saving it my changes does’t getting saved and in ingress the same old image is used,shy-lawyer-95631
10/16/2022, 11:30 AMpolite-musician-27641
10/18/2022, 4:01 AMcalm-twilight-27465
10/20/2022, 9:06 PMcolossal-florist-91634
10/24/2022, 5:25 PMclean-ability-26001
10/27/2022, 8:04 PMwooden-planet-93714
10/29/2022, 10:50 AMbland-painting-61617
10/30/2022, 12:58 PMrke2 server --cluster-reset
but due to an accident, rancher marked all nodes for deletion. I quickly exported an etcd snapshot of the database because rancher is now creating brand new nodes with a new database. I also disabled the account the vSphere Cloud Provider uses to talk to vcenter to stop the new cluster from deleting the volumes. It happened to me before.
Is there a way in which I can safely restore the etcd database on the newly created nodes?famous-house-40432
11/02/2022, 8:37 AMfamous-house-40432
11/02/2022, 8:37 AMfamous-house-40432
11/02/2022, 8:37 AMboundless-smartphone-66270
11/04/2022, 6:14 PMquiet-potato-9276
11/05/2022, 2:06 PMmicroscopic-diamond-94749
11/07/2022, 11:49 AMrancher_kubernetes_engine_config:
network
mtu: 0
options:
flannel_backend_type: vxlan
plugin: flannel
when I change it to:
rancher_kubernetes_engine_config:
network:
plugin: none
will it remove the network plugin?
I want to install Calico manually and wondering if that would work.swift-magazine-4457
11/09/2022, 3:30 PMquiet-fountain-61995
11/09/2022, 9:56 PM14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure
quiet-fountain-61995
11/09/2022, 10:03 PMquiet-fountain-61995
11/09/2022, 10:03 PMbash-5.1# openssl s_client -showcerts -connect <http://accounts.google.com:443|accounts.google.com:443>
CONNECTED(00000003)
139739654130504:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl/record/rec_layer_s3.c:1543:SSL alert number 40
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 321 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
gifted-lizard-48491
11/10/2022, 4:07 PMrke up
repeatedly with no issues. Using the same cluster state file and RKE 1.3, I continually get stuck with one of the nodes not able to be found. I can’t find anything online that is an exact match for this problem. Anyone else experience this?
I opened this github issue with details https://github.com/rancher/rke/issues/3091flaky-restaurant-85064
11/12/2022, 9:34 AMloud-dog-19653
11/16/2022, 4:19 PM