Using Kubernetes with an Artifactory/Nginx proxy Using Kubernetes with an Artifactory/Nginx proxy kubernetes kubernetes

Using Kubernetes with an Artifactory/Nginx proxy


I found the answer, editing the /etc/kubernetes/kubelet file with the line # pod infrastructure container #KUBELET_POD_INFRA_CONTAINER="--pod-infra-container-image=re‌​gistry.access.redhat‌​.com/rhel7/pod-infra‌​structure:latest" on the kubernetes nodes themselves and updating them to change the path of the registry.redhat.com to my proxy server red-proxy.mylab.lab:8089 work! I'm so happy this headache is done : )

Credit goes to wiki.christophchamp.com/index.php?title=Kubernetes