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

clientgo/examples/out-of-cluster: add instructions #46134

Merged

Conversation

ahmetb
Copy link
Member

@ahmetb ahmetb commented May 19, 2017

Adding instructions for out-of-cluster example and making it work without
specifying the -kubeconfig argument if the home directory can be inferred.

This is part of the body of work improving the client library samples.

Signed-off-by: Ahmet Alp Balkan [email protected]

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 19, 2017
@k8s-github-robot k8s-github-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. release-note-label-needed labels May 19, 2017
@ahmetb
Copy link
Member Author

ahmetb commented May 19, 2017

/release-note-none
/assign @caesarxuchao

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. and removed release-note-label-needed labels May 19, 2017
@ahmetb
Copy link
Member Author

ahmetb commented May 24, 2017

/assign @sttts

Copy link
Member

@caesarxuchao caesarxuchao left a comment

Choose a reason for hiding this comment

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

Thanks for adding the README! I left a few comments.

@@ -0,0 +1,34 @@
# Authenticating outside the cluster

This example shows you how to autenticate to the Kubernetes API from an
Copy link
Member

Choose a reason for hiding this comment

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

s/autenticate/authenticate

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed

There are 3 pods in the cluster
...

Press <kbd>Ctrl<kbd>+<kbd>C<kbd> to quit this application.
Copy link
Member

Choose a reason for hiding this comment

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

the kbd is not rendered correctly on my screen :(

Copy link
Member Author

Choose a reason for hiding this comment

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

Likely because I forgot to close the tag. Fixed.

Press <kbd>Ctrl<kbd>+<kbd>C<kbd> to quit this application.

> **Note:** You can use the `-kubeconfig` option to use a different config file. By default
this program picks up the default file used by kubectl (when KUBE_CONFIG
Copy link
Member

Choose a reason for hiding this comment

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

How about let the program first try getting the KUBE_CONFIG, if empty, try the home_dir/.kube/config, if still empty, fail and prompt the user to specify kubeconfig?

Copy link
Member Author

Choose a reason for hiding this comment

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

Do you think it's valuable to have KUBE_CONFIG in api client programs? I assumed it's specifically for KUBE_CONFIG. Maybe we should have an util in client-go that discovers it first from KUBE_CONFIG and then from $HOME/.kube/config. We could use that in other samples, too.

Copy link
Member

Choose a reason for hiding this comment

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

You mean you assumed it's specifically for kubectl?

Actually I checked the source code of kubectl, it seems it's not parsing $KUBE_CONFIG or $KUBECONFIG.

Copy link
Member Author

Choose a reason for hiding this comment

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

@ahmetb
Copy link
Member Author

ahmetb commented May 25, 2017

@caesarxuchao PTAL again and let me know if you have any comments. it looks like the tests are hitting some flakes.

kubeconfig := flag.String("kubeconfig", "./config", "absolute path to the kubeconfig file")
home := homeDir()
var kubeconfig *string
if home == "" {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: if home := homeDir(); home != "" {

@sttts
Copy link
Contributor

sttts commented May 29, 2017

One nit. Lgtm otherwise. Please squash.

@ahmetb ahmetb force-pushed the clientgo-examples/out-of-cluster branch from 968a9be to 621d950 Compare May 30, 2017 16:47
@ahmetb
Copy link
Member Author

ahmetb commented May 30, 2017

@sttts done. thanks for reviewing.

Adding instructions for out-of-cluster example and making it work without
specifying the -kubeconfig argument if the home directory can be inferred.

This is part of the body of work improving the client library samples.

Signed-off-by: Ahmet Alp Balkan <[email protected]>
@ahmetb ahmetb force-pushed the clientgo-examples/out-of-cluster branch from 621d950 to e59f05f Compare May 30, 2017 17:03
@caesarxuchao caesarxuchao reopened this May 30, 2017
@caesarxuchao
Copy link
Member

/lgtm
/approve

@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahmetb, caesarxuchao

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 30, 2017
@k8s-github-robot k8s-github-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 30, 2017
@caesarxuchao
Copy link
Member

Thanks, @ahmetb!

@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 44061, 46614, 46419, 46628, 46134)

@k8s-github-robot k8s-github-robot merged commit a44bf9f into kubernetes:master May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants