Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
* 'master' of https://github.com/kubernetes/kubernetes.github.io: Fix incorrect sentence (#2876) fixing typo fix typo Update kubeadm.md # Conflicts: # docs/getting-started-guides/kubeadm.md
This commit is contained in:
@@ -14,7 +14,7 @@ Kubernetes CLI, `kubectl`.
|
||||
|
||||
To access a cluster, you need to know the location of the cluster and have credentials
|
||||
to access it. Typically, this is automatically set-up when you work through
|
||||
though a [Getting started guide](/docs/getting-started-guides/),
|
||||
a [Getting started guide](/docs/getting-started-guides/),
|
||||
or someone else setup the cluster and provided you with credentials and a location.
|
||||
|
||||
Check the location and credentials that kubectl knows about with this command:
|
||||
|
||||
@@ -5,7 +5,7 @@ assignees:
|
||||
title: Logging Using Stackdriver
|
||||
---
|
||||
|
||||
Before reading this page, it's highly recommended to familiasrize yourself with the [overview of logging in Kubernetes](/docs/user-guide/logging/overview).
|
||||
Before reading this page, it's highly recommended to familiarize yourself with the [overview of logging in Kubernetes](/docs/user-guide/logging/overview).
|
||||
|
||||
This article assumes that you have created a Kubernetes cluster with cluster-level logging support for sending logs to Stackdriver Logging. You can do this either by selecting the **Enable Stackdriver Logging** checkbox in the create cluster dialogue in [GKE](https://cloud.google.com/container-engine/), or by setting the `KUBE_LOGGING_DESTINATION` flag to `gcp` when manually starting a cluster using `kube-up.sh`.
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
assignees:
|
||||
- lavalamp
|
||||
- mikedanese
|
||||
title: Accessing Clusters
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
---
|
||||
assignees:
|
||||
- lavalamp
|
||||
- mikedanese
|
||||
title: Accessing Clusters
|
||||
---
|
||||
|
||||
{% include user-guide-content-moved.md %}
|
||||
|
||||
[Accessing Clusters](/docs/concepts/cluster-administration/access-cluster/)
|
||||
@@ -120,7 +120,6 @@ A common scenario that you can detect using events is when you've created a Pod
|
||||
|
||||
```shell
|
||||
$ kubectl get pods
|
||||
NAME READY REASON RESTARTS AGE
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
nginx-deployment-1006230814-6winp 1/1 Running 0 7m
|
||||
nginx-deployment-1006230814-fmgu3 1/1 Running 0 7m
|
||||
@@ -264,11 +263,11 @@ Sometimes when debugging it can be useful to look at the status of a node -- for
|
||||
|
||||
```shell
|
||||
$ kubectl get nodes
|
||||
NAME LABELS STATUS
|
||||
kubernetes-node-861h kubernetes.io/hostname=kubernetes-node-861h NotReady
|
||||
kubernetes-node-bols kubernetes.io/hostname=kubernetes-node-bols Ready
|
||||
kubernetes-node-st6x kubernetes.io/hostname=kubernetes-node-st6x Ready
|
||||
kubernetes-node-unaj kubernetes.io/hostname=kubernetes-node-unaj Ready
|
||||
NAME STATUS AGE
|
||||
kubernetes-node-861h NotReady 1h
|
||||
kubernetes-node-bols Ready 1h
|
||||
kubernetes-node-st6x Ready 1h
|
||||
kubernetes-node-unaj Ready 1h
|
||||
|
||||
$ kubectl describe node kubernetes-node-861h
|
||||
Name: kubernetes-node-861h
|
||||
|
||||
Reference in New Issue
Block a user