Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Clouddriver):Unsuccessful default namespace resolution in Kubernetes v2 provider #4226 #3723

Merged
merged 5 commits into from
May 28, 2019
Merged

Conversation

neelimamanubolu
Copy link
Contributor

Hi, I have done changes to KubectlJobExecutor.java, changed jsonPath to jsonpath. Able to initialise ad display current config context .
kubectl config view -o jsonpath='{.contexts[?(@.name=="default-context")].context.namespace}' is able to display the default context.

For your reference ..Pls find the link of the issue posted : spinnaker/spinnaker#4226

@spinnakerbot
Copy link
Contributor

The following commits need their title changed:

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

Copy link
Contributor

@ezimanyi ezimanyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants