Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
3beed6e1
Commit
3beed6e1
authored
Jun 10, 2016
by
David McMahon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the latestReleaseBranch to release-1.3 in the munger.
parent
cce9db3a
Hide whitespace changes
Inline
Side-by-side
Showing
66 changed files
with
322 additions
and
2 deletions
+322
-2
mungedocs.go
cmd/mungedocs/mungedocs.go
+1
-1
unversioned_warning_test.go
cmd/mungedocs/unversioned_warning_test.go
+1
-1
federation-apiserver.md
docs/admin/federation-apiserver.md
+5
-0
federation-controller-manager.md
docs/admin/federation-controller-manager.md
+5
-0
kube-apiserver.md
docs/admin/kube-apiserver.md
+5
-0
kube-controller-manager.md
docs/admin/kube-controller-manager.md
+5
-0
kube-proxy.md
docs/admin/kube-proxy.md
+5
-0
kube-scheduler.md
docs/admin/kube-scheduler.md
+5
-0
kubelet.md
docs/admin/kubelet.md
+5
-0
kubectl.md
docs/user-guide/kubectl/kubectl.md
+5
-0
kubectl_annotate.md
docs/user-guide/kubectl/kubectl_annotate.md
+5
-0
kubectl_api-versions.md
docs/user-guide/kubectl/kubectl_api-versions.md
+5
-0
kubectl_apply.md
docs/user-guide/kubectl/kubectl_apply.md
+5
-0
kubectl_attach.md
docs/user-guide/kubectl/kubectl_attach.md
+5
-0
kubectl_autoscale.md
docs/user-guide/kubectl/kubectl_autoscale.md
+5
-0
kubectl_cluster-info.md
docs/user-guide/kubectl/kubectl_cluster-info.md
+5
-0
kubectl_cluster-info_dump.md
docs/user-guide/kubectl/kubectl_cluster-info_dump.md
+5
-0
kubectl_completion.md
docs/user-guide/kubectl/kubectl_completion.md
+5
-0
kubectl_config.md
docs/user-guide/kubectl/kubectl_config.md
+5
-0
kubectl_config_current-context.md
docs/user-guide/kubectl/kubectl_config_current-context.md
+5
-0
kubectl_config_set-cluster.md
docs/user-guide/kubectl/kubectl_config_set-cluster.md
+5
-0
kubectl_config_set-context.md
docs/user-guide/kubectl/kubectl_config_set-context.md
+5
-0
kubectl_config_set-credentials.md
docs/user-guide/kubectl/kubectl_config_set-credentials.md
+5
-0
kubectl_config_set.md
docs/user-guide/kubectl/kubectl_config_set.md
+5
-0
kubectl_config_unset.md
docs/user-guide/kubectl/kubectl_config_unset.md
+5
-0
kubectl_config_use-context.md
docs/user-guide/kubectl/kubectl_config_use-context.md
+5
-0
kubectl_config_view.md
docs/user-guide/kubectl/kubectl_config_view.md
+5
-0
kubectl_convert.md
docs/user-guide/kubectl/kubectl_convert.md
+5
-0
kubectl_cordon.md
docs/user-guide/kubectl/kubectl_cordon.md
+5
-0
kubectl_create.md
docs/user-guide/kubectl/kubectl_create.md
+5
-0
kubectl_create_configmap.md
docs/user-guide/kubectl/kubectl_create_configmap.md
+5
-0
kubectl_create_namespace.md
docs/user-guide/kubectl/kubectl_create_namespace.md
+5
-0
kubectl_create_secret.md
docs/user-guide/kubectl/kubectl_create_secret.md
+5
-0
kubectl_create_secret_docker-registry.md
...er-guide/kubectl/kubectl_create_secret_docker-registry.md
+5
-0
kubectl_create_secret_generic.md
docs/user-guide/kubectl/kubectl_create_secret_generic.md
+5
-0
kubectl_create_secret_tls.md
docs/user-guide/kubectl/kubectl_create_secret_tls.md
+5
-0
kubectl_create_serviceaccount.md
docs/user-guide/kubectl/kubectl_create_serviceaccount.md
+5
-0
kubectl_delete.md
docs/user-guide/kubectl/kubectl_delete.md
+5
-0
kubectl_describe.md
docs/user-guide/kubectl/kubectl_describe.md
+5
-0
kubectl_drain.md
docs/user-guide/kubectl/kubectl_drain.md
+5
-0
kubectl_edit.md
docs/user-guide/kubectl/kubectl_edit.md
+5
-0
kubectl_exec.md
docs/user-guide/kubectl/kubectl_exec.md
+5
-0
kubectl_explain.md
docs/user-guide/kubectl/kubectl_explain.md
+5
-0
kubectl_expose.md
docs/user-guide/kubectl/kubectl_expose.md
+5
-0
kubectl_get.md
docs/user-guide/kubectl/kubectl_get.md
+5
-0
kubectl_label.md
docs/user-guide/kubectl/kubectl_label.md
+5
-0
kubectl_logs.md
docs/user-guide/kubectl/kubectl_logs.md
+5
-0
kubectl_namespace.md
docs/user-guide/kubectl/kubectl_namespace.md
+5
-0
kubectl_patch.md
docs/user-guide/kubectl/kubectl_patch.md
+5
-0
kubectl_port-forward.md
docs/user-guide/kubectl/kubectl_port-forward.md
+5
-0
kubectl_proxy.md
docs/user-guide/kubectl/kubectl_proxy.md
+5
-0
kubectl_replace.md
docs/user-guide/kubectl/kubectl_replace.md
+5
-0
kubectl_rolling-update.md
docs/user-guide/kubectl/kubectl_rolling-update.md
+5
-0
kubectl_rollout.md
docs/user-guide/kubectl/kubectl_rollout.md
+5
-0
kubectl_rollout_history.md
docs/user-guide/kubectl/kubectl_rollout_history.md
+5
-0
kubectl_rollout_pause.md
docs/user-guide/kubectl/kubectl_rollout_pause.md
+5
-0
kubectl_rollout_resume.md
docs/user-guide/kubectl/kubectl_rollout_resume.md
+5
-0
kubectl_rollout_status.md
docs/user-guide/kubectl/kubectl_rollout_status.md
+5
-0
kubectl_rollout_undo.md
docs/user-guide/kubectl/kubectl_rollout_undo.md
+5
-0
kubectl_run.md
docs/user-guide/kubectl/kubectl_run.md
+5
-0
kubectl_scale.md
docs/user-guide/kubectl/kubectl_scale.md
+5
-0
kubectl_set.md
docs/user-guide/kubectl/kubectl_set.md
+5
-0
kubectl_set_image.md
docs/user-guide/kubectl/kubectl_set_image.md
+5
-0
kubectl_taint.md
docs/user-guide/kubectl/kubectl_taint.md
+5
-0
kubectl_uncordon.md
docs/user-guide/kubectl/kubectl_uncordon.md
+5
-0
kubectl_version.md
docs/user-guide/kubectl/kubectl_version.md
+5
-0
No files found.
cmd/mungedocs/mungedocs.go
View file @
3beed6e1
...
...
@@ -30,7 +30,7 @@ import (
)
// This needs to be updated when we cut a new release series.
const
latestReleaseBranch
=
"release-1.
2
"
const
latestReleaseBranch
=
"release-1.
3
"
var
(
verbose
=
flag
.
Bool
(
"verbose"
,
false
,
"On verification failure, emit pre-munge and post-munge versions."
)
...
...
cmd/mungedocs/unversioned_warning_test.go
View file @
3beed6e1
...
...
@@ -99,7 +99,7 @@ refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[here](http://releases.k8s.io/release-1.
2
/filename.md).
[here](http://releases.k8s.io/release-1.
3
/filename.md).
Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
...
...
docs/admin/federation-apiserver.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/federation-apiserver.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/federation-controller-manager.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/federation-controller-manager.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/kube-apiserver.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/kube-apiserver.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/kube-controller-manager.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/kube-controller-manager.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/kube-proxy.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/kube-proxy.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/kube-scheduler.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/kube-scheduler.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/admin/kubelet.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/admin/kubelet.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_annotate.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_annotate.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_api-versions.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_api-versions.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_apply.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_apply.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_attach.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_attach.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_autoscale.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_autoscale.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_cluster-info.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_cluster-info.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_cluster-info_dump.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_cluster-info_dump.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_completion.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_completion.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_current-context.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_current-context.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_set-cluster.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_set-cluster.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_set-context.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_set-context.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_set-credentials.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_set-credentials.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_set.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_set.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_unset.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_unset.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_use-context.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_use-context.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_config_view.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_config_view.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_convert.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_convert.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_cordon.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_cordon.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_configmap.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_configmap.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_namespace.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_namespace.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_secret.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_secret.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_secret_docker-registry.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_secret_docker-registry.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_secret_generic.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_secret_generic.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_secret_tls.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_secret_tls.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_create_serviceaccount.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_create_serviceaccount.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_delete.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_delete.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_describe.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_describe.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_drain.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_drain.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_edit.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_edit.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_exec.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_exec.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_explain.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_explain.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_expose.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_expose.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_get.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_get.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_label.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_label.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_logs.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_logs.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_namespace.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_namespace.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_patch.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_patch.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_port-forward.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_port-forward.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_proxy.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_proxy.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_replace.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_replace.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rolling-update.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rolling-update.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout_history.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout_history.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout_pause.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout_pause.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout_resume.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout_resume.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout_status.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout_status.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_rollout_undo.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_rollout_undo.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_run.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_run.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_scale.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_scale.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_set.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_set.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_set_image.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_set_image.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_taint.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_taint.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_uncordon.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_uncordon.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
docs/user-guide/kubectl/kubectl_version.md
View file @
3beed6e1
...
...
@@ -18,6 +18,11 @@
If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
The latest release of this document can be found
[
here
](
http://releases.k8s.io/release-1.3/docs/user-guide/kubectl/kubectl_version.md
)
.
Documentation for other releases can be found at
[
releases.k8s.io
](
http://releases.k8s.io
)
.
</strong>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment