-
Rancher versions: Build from master
**Steps to Reproduce:**
Create a cluster with PSP disabled.
Deploy few workloads in existing default project and in new projects.
Edit cluster and enable PSP …
-
**Environment**:
- Cloud-provider: Azure
- **OS (`printf "$(uname -srm)\n$(cat /etc/os-release)\n"`):**
Linux 3.10.0-693.11.6.el7.x86_64 x86_64
NAME="Red Hat Enterprise Linux Server"
VERSION="7…
-
#### Description
I try install openshift with ansible :
works I do:
ansible-playbook -i hosts playbooks/prerequisites.yml
ansible-playbook -i hosts playbooks/deploy_cluster.yml
**my inventory…
-
We should use commands similar to this:
etcd2: `etcdctl backup --data-dir=foo --backup-dir=bar` and then push the result up to storage etcd3: the command is a bit different: `etcdctl --endpoints=12…
-
TestGvisorAddon flakes:
```
gvisor : Error from server (BadRequest): container "nginx" in pod "nginx-gvisor" is waiting to start: ContainerCreating
```
as seen here: https://storage.googleapis.…
-
Hi,
What my use-case is that I want to lock a particular resource from one process and unlock it from another process. Currently, one can lock it like this.
```
const lock = client.lock('mylock…
-
**The exact command to reproduce the issue**:
minikube start --vm-driver kvm2 --v=5
**The full output of the command that failed**:
minikube v1.4.0 on Arch 2019.1.20
🔥 Creating kvm2 VM (CPU…
gkwan updated
5 years ago
-
We do have a _`registry.local`_ working as a private docker registry where we've been pushing/pulling docker images.
So, we are trying to have minikube working with that registry, too. But, it …
-
**RancherOS Version: (ros os version)**
Linux rancher-master 4.14.138-rancher #1 SMP Sat Aug 10 11:25:46 UTC 2019 x86_64 GNU/Linux
**Where are you running RancherOS? (docker-machine, AWS, GCE, b…
-
Certain applications such as the Kubernetes apiserver uses txn[1] for Puts which results in a hole for `grpc_*` metrics calculations. `etcd_debugging_mvcc_put_total` accurately reflects these metrics …