We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found on rancher:v2.8-head with rancher-turtles:0.8.0 operator and capi:0.5.0 UI extension.
rancher:v2.8-head
rancher-turtles:0.8.0
capi:0.5.0
I was trying to bump RKE2 versions at https://github.com/rancher-sandbox/rancher-turtles-fleet-example/blob/docker-rke2/clusters/cluster1.yaml#L70 to v1.28.10+rke2r1 together with kindest bump to 1.28 and after attempt to deploy RKE2 docker cluster by fleet it failed on:
v1.28.10+rke2r1
Seems the two digits numer in patch level 10 is not accepted by the used regexp.
10
I used this docker-rke2 provider:
docker-rke2
apiVersion: turtles-capi.cattle.io/v1alpha1 kind: CAPIProvider metadata: name: docker-rke2 namespace: capd-system spec: name: docker-rke2 type: infrastructure configSecret: name: variables fetchConfig: url: https://github.com/belgaied2/cluster-api/releases/v1.3.3-cabpr-fix/infrastructure-components.yaml version: v1.3.3-cabpr-fix
The cluster will be provisioned regardless of RKE2 version used.
No response
I was able to bump RKE2 to v1.29.5+rke2r1.
v1.29.5+rke2r1
/kind bug
The text was updated successfully, but these errors were encountered:
@thehejik may I ask why not to use the official release of CAPRKE2 instead of forked release and confirm if you face the same issue?
Sorry, something went wrong.
@furkatgofurov7 sorry what component do you mean? The error comes from RKE2 control-plane provider which is preinstalled by turtles/CAPI.
Successfully merging a pull request may close this issue.
What steps did you take and what happened?
Found on
rancher:v2.8-head
withrancher-turtles:0.8.0
operator andcapi:0.5.0
UI extension.I was trying to bump RKE2 versions at https://github.com/rancher-sandbox/rancher-turtles-fleet-example/blob/docker-rke2/clusters/cluster1.yaml#L70 to
v1.28.10+rke2r1
together with kindest bump to 1.28 and after attempt to deploy RKE2 docker cluster by fleet it failed on:Seems the two digits numer in patch level
10
is not accepted by the used regexp.I used this
docker-rke2
provider:What did you expect to happen?
The cluster will be provisioned regardless of RKE2 version used.
How to reproduce it?
No response
Rancher Turtles version
No response
Anything else you would like to add?
I was able to bump RKE2 to
v1.29.5+rke2r1
.Label(s) to be applied
/kind bug
The text was updated successfully, but these errors were encountered: