Eric Sauer

Results 95 issues of Eric Sauer

Output of `helm version`: ``` version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"} ``` Output of `kubectl version`: ``` $ kubectl version Client Version: version.Info{Major:"1", Minor:"13+", GitVersion:"v1.13.4+7bd2e5b", GitCommit:"7bd2e5b", GitTreeState:"clean", BuildDate:"2019-05-19T23:52:43Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"} ```...

question/support

I think this is actually a contrib issue now, but need to look into it further. ``` Failure summary: 1. Host: localhost Play: localhost Task: openshift-ansible-contrib/roles/dns-records : Add public master...

When objects are created like: ``` TASK [openshift-applier : Create OpenShift objects based on static files for 'namespace'] ************************************************************************************************************************* changed: [master-0.sample.casl.example.com] => {"changed": true, "cmd": ["oc", "create", "-f", "https://raw.githubusercontent.com/redhat-cop/cluster-lifecycle/inception-poc/namespaces/myapp-dev.yml"], "delta":...

Both the AWS and OpenStack provider have switched over to using the following command for pulling in dependencies: `ansible-galaxy install -r casl-requirements.yml -p galaxy` The GCP provider is using `-p...

The current cluster delete playbook attempts to use `oc` to clean up volumes before deleting the infrastructure. However, this will cause the install to fail if you are attempting to...

bug
OpenStack
AWS
Azure

While using the installer-openstack and installer-aws images, there are strange behaviors seemingly caused by the ansible.cfg that has been baked into the image (at `/usr/share/ansible/openshift-ansible/ansible.cfg`). This is preventing us from...

@sabre1041 @oybed @raffaelespazzoli since we are investing more heavily in adopting Network Policy, I think its a good time to do a refresh on this solution.

enhancement

It looks like we have an opportunity to do some refactoring and consolidation of a couple of our solutions. The cluster-management folder contains instructions and playbooks to deploy docker-gc, which...

enhancement