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

[usability-issue] kubectl commands shows confusing line: Starting cluster using os distro .. #9246

Closed
pramttl opened this issue Jun 4, 2015 · 1 comment
Labels
area/kubectl priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.

Comments

@pramttl
Copy link

pramttl commented Jun 4, 2015

Example:

kubectl cluster-info shows a redundant line: Starting cluster using os distro: ubuntu
The cluster is already up, so the phrase "Starting cluster" is confusing in context of the command. (My kubernetes test cluster is running on AWS i.e. KUBERNETES_PROVIDER=aws. I had used kube-up.sh to create a test kubernetes cluster on aws). Log of my shell session:

pranjal:~$ kubectl cluster-info
Starting cluster using os distro: ubuntu
Kubernetes master is running at https://<ip-hidden>
Elasticsearch is running at https://<ip-hidden>/api/v1beta3/proxy/namespaces/default/services/elasticsearch-logging
Kibana is running at https://<ip-hidden>/api/v1beta3/proxy/namespaces/default/services/kibana-logging
KubeDNS is running at https://<ip-hidden>/api/v1beta3/proxy/namespaces/default/services/kube-dns
@pramttl pramttl changed the title [usability-issue] kubectl cluster-info shows confusing line: "Starting cluster using os distro: <osname>" [usability-issue] kubectl cluster-info shows confusing line: Starting cluster using os distro .. Jun 4, 2015
@pramttl pramttl changed the title [usability-issue] kubectl cluster-info shows confusing line: Starting cluster using os distro .. [usability-issue] kubectl commands shows confusing line: Starting cluster using os distro .. Jun 4, 2015
@justinsb justinsb self-assigned this Jun 4, 2015
@ghost ghost added sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Jun 4, 2015
justinsb added a commit to justinsb/kubernetes that referenced this issue Jun 6, 2015
@justinsb
Copy link
Member

justinsb commented Jun 6, 2015

Thanks for the bug report @pramttl; I've filed a PR to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubectl priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery.
Projects
None yet
Development

No branches or pull requests

3 participants