You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
it would be nice to make kansible self contained; so it didn't depend on either oc or kubectl being installed. I tried to do that but couldn't get this apply code to properly be aware of the v1 schema :(
it would be nice to make kansible self contained; so it didn't depend on either
oc
orkubectl
being installed. I tried to do that but couldn't get this apply code to properly be aware of the v1 schema :(Here's the commented out code:
https://github.com/fabric8io/kansible/blob/master/ansible/ansible.go#L534-L535
I wonder if its an easy fix?
Here's the code we try to run to apply a file:
https://github.com/fabric8io/kansible/blob/master/k8s/k8s.go#L220
The text was updated successfully, but these errors were encountered: