Thanks Den. The issue was I'd make a change to the yaml file for the pod, delete the pod using oc delete -f /path/to/yaml, wait for the pod to be removed then recreate the pod using oc create -f /path/to/yaml but the pod configuration didn't echo the changes I made to my yaml file.
Since I rebuilt, I haven't run into this issue. On Wed, Feb 24, 2016 at 10:45 AM, Den Cowboy <[email protected]> wrote: > Maybe I don't understand the issue that good, but you can just edit the > deploymentconfig. > $ oc edit dc name > > After editing and saving the dc there will automatically be triggered a > new deployment, based on the edited dc. > > ------------------------------ > Date: Sat, 20 Feb 2016 09:33:46 -0500 > Subject: Yaml for pod never updating on Origin > From: [email protected] > To: [email protected] > > > I setup Origin latest on RHEL 7 in containerized mode. Both the master > and the node are on the same server. I created a new pod based on a yaml. > The new pod works but when I try updating the yaml by first deleting the > pod then re-creating it it ALWAYS has the original YAML file. > > I think I'm missing something but I can't seem to find what. Any help > would be greatly appreciated. > > Thanks > Marc > > _______________________________________________ users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
