Page MenuHomePhabricator

Deploy k8s greater than 1.23
Closed, ResolvedPublic

Description

Currently getting errors that look like the previous issue with the unrestricted access credential. Though 1.23 still seems to deploy fine on the same credential. I was testing this in codfw.

https://docs.openstack.org/magnum/latest/user/index.html#supported-versions

https://bugs.launchpad.net/magnum/+bug/2063473

Related Objects

Event Timeline

Setting the labels as follows

labels = {
  #kube_tag               = "v1.26.15-rancher1-linux-amd64"
  kube_tag = "v1.26.8-rancher1"
  flannel_tag = "v0.21.5"
  cinder_csi_enabled = "true"
  container_runtime = "containerd"
  containerd_version = "1.6.20"
  containerd_tarball_sha256 = "1d86b534c7bba51b78a7eeb1b67dd2ac6c0edeb01c034cc5f590d5ccd824b416"
  cloud_provider_tag = "v1.26.3"
  cinder_csi_plugin_tag = "v1.26.3"
  k8s_keystone_auth_tag = "v1.26.3"
  coredns_tag = "1.10.1"
  csi_snapshotter_tag = "v6.2.1"
  csi_attacher_tag = "v4.2.0"
  csi_resizer_tag = "v1.7.0"
  csi_provisioner_tag = "v3.4.1"
  csi_node_driver_registrar_tag = "v2.8.0"
  hyperkube_prefix       = "docker.io/rancher/"
  cloud_provider_enabled = "true"
}

Got the cluster deployed, though all the nodes (worker and control) are listed as NotReady

labels = {
  #kube_tag               = "v1.26.15-rancher1-linux-amd64"
  kube_tag = "v1.26.8-rancher1"
  #flannel_tag = "v0.21.5"
  cinder_csi_enabled = "true"
  container_runtime = "containerd"
  containerd_version = "1.6.20"
  containerd_tarball_sha256 = "1d86b534c7bba51b78a7eeb1b67dd2ac6c0edeb01c034cc5f590d5ccd824b416"
  cloud_provider_tag = "v1.26.3"
  cinder_csi_plugin_tag = "v1.26.3"
  k8s_keystone_auth_tag = "v1.26.3"
  coredns_tag = "1.10.1"
  csi_snapshotter_tag = "v6.2.1"
  csi_attacher_tag = "v4.2.0"
  csi_resizer_tag = "v1.7.0"
  csi_provisioner_tag = "v3.4.1"
  csi_node_driver_registrar_tag = "v2.8.0"
  hyperkube_prefix       = "docker.io/rancher/"
  cloud_provider_enabled = "true"
}

Cluster deploys and is functional, but cannot provision volumes