Re: Adding trusted CA into application pod

2018-04-14 Thread Clayton Coleman
You would add your CA to the master’s trust bundle (ca.crt or ca-bundle.crt on each master, usually via Ansible), which is then distributed to all containers as /var/run/secrets/kubernetes.io/serviceaccount/ca.crt and available for many default actions like fetching source. However, if you are

Adding trusted CA into application pod

2018-04-14 Thread Genadi Postrilko
Hello all, I am running OCP 3.7 in air gaped, on premise enviroment with our own certificate authority. I'm attempting to deploy application which uses external services. In virtual machine the application works, because all the needed certificate authorities are in the OS trusted store. But when

Re: Empty /etc/cni/net.d with Ansible installer on 3.7 and 3.9

2018-04-14 Thread Clayton Coleman
I don’t think we’ve seen it elsewhere (certainly not repeatedly), which probably indicates something specific to your environment, inventory, or base system. I suggested restarting because this is all the same debugging info we’d ask in a bug - knowing whether it’s transient and clears on a