fix: resolve rke2-server errors
All checks were successful
Build / precommit (pull_request) Successful in 5m13s
All checks were successful
Build / precommit (pull_request) Successful in 5m13s
- kubectl yaml files must not use underscores - replace unicode hyphen with ascii hyphen
This commit is contained in:
parent
762f415d2d
commit
bb51a7c6f6
@ -29,9 +29,9 @@ rke2::csi_ceph_templates:
|
|||||||
rke2::extra_config_files:
|
rke2::extra_config_files:
|
||||||
- namespaces
|
- namespaces
|
||||||
- rke2-canal-config
|
- rke2-canal-config
|
||||||
- purelb_config
|
- purelb-config
|
||||||
- ingres_lb_nginx
|
- ingres-lb-nginx
|
||||||
- ingres_route_rancher
|
- ingres-route-rancher
|
||||||
rke2::config_hash:
|
rke2::config_hash:
|
||||||
advertise-address: "%{hiera('networking_loopback0_ip')}"
|
advertise-address: "%{hiera('networking_loopback0_ip')}"
|
||||||
cluster-domain: "svc.k8s.unkin.net"
|
cluster-domain: "svc.k8s.unkin.net"
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: rbd-csi-nodeplugin
|
name: rbd-csi-nodeplugin
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
@ -41,7 +41,7 @@ metadata:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: rbd-csi-nodeplugin
|
name: rbd-csi-nodeplugin
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
roleRef:
|
roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: rbd-csi-nodeplugin
|
name: rbd-csi-nodeplugin
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: rbd-csi-provisioner
|
name: rbd-csi-provisioner
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
@ -89,7 +89,7 @@ metadata:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: rbd-csi-provisioner
|
name: rbd-csi-provisioner
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
roleRef:
|
roleRef:
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: rbd-external-provisioner-runner
|
name: rbd-external-provisioner-runner
|
||||||
@ -100,7 +100,7 @@ kind: Role
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: rbd-external-provisioner-cfg
|
name: rbd-external-provisioner-cfg
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["configmaps"]
|
resources: ["configmaps"]
|
||||||
@ -114,11 +114,11 @@ kind: RoleBinding
|
|||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: rbd-csi-provisioner-role-cfg
|
name: rbd-csi-provisioner-role-cfg
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: rbd-csi-provisioner
|
name: rbd-csi-provisioner
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
roleRef:
|
roleRef:
|
||||||
kind: Role
|
kind: Role
|
||||||
name: rbd-external-provisioner-cfg
|
name: rbd-external-provisioner-cfg
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-rbdplugin-provisioner
|
name: csi-rbdplugin-provisioner
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
labels:
|
labels:
|
||||||
app: csi‑metrics
|
app: csi‑metrics
|
||||||
spec:
|
spec:
|
||||||
@ -20,7 +20,7 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: csi‑rbdplugin‑provisioner
|
name: csi‑rbdplugin‑provisioner
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
spec:
|
spec:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
@ -3,7 +3,7 @@ apiVersion: apps/v1
|
|||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: csi‑rbdplugin
|
name: csi‑rbdplugin
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -142,7 +142,7 @@ apiVersion: v1
|
|||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: csi-metrics-rbdplugin
|
name: csi-metrics-rbdplugin
|
||||||
namespace: ceph‑csi
|
namespace: ceph-csi
|
||||||
labels:
|
labels:
|
||||||
app: csi‑metrics
|
app: csi‑metrics
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user