Rumesh

Results 3 comments of Rumesh

Having a similar issue on OpenShift 4.10 on AWS - init failed with spec: openshift: true Then I created a database with spec: openshift: false supplementalGroups: - 65534 The database...

Unlike Kuberadm, here the control plane is not in a k8s node.

I deployed consul on a dummy interface ```169.254.1.1``` using the following commands on my Ubuntu: ``` sudo ip link add dummy0 type dummy sudo ip addr add 169.254.1.1/24 dev dummy0...