Nihanth Dara
4d8c488a3b
Fix kubectl top for memory-demo pod ( #9667 )
...
Fixed command for accessing metrics(top) for memory-demo pod.
2018-08-08 17:00:34 -07:00
Logan Rakai
8eec4566a5
Minor corrections ( #9771 )
2018-08-08 16:44:06 -07:00
Bas Tichelaar
a02d9b8558
Added Instruqt hands-on tutorials ( #9723 )
...
* Added Instruqt hands-on tutorials
Instruqt offers hands-on tutorials that are free to play for anyone.
* Update overview.md
2018-08-08 16:24:18 -07:00
Ahmet Alp Balkan
81e53020cb
Fix netlify "mixed content detected" warning ( #9683 )
...
Fixes #9682 .
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com >
2018-08-08 16:22:03 -07:00
chenhuan
63fb7ac88c
fix the command output ( #9774 )
...
I have verified on version v1.11
2018-08-08 16:19:48 -07:00
Victor
382110f202
Update expose-external-ip-address.md ( #9775 )
2018-08-08 15:18:09 -07:00
Junichi Yoshise
2e24a0e5c2
Remove linefeed so that the page does not break ( #9776 )
2018-08-08 15:14:51 -07:00
chenhuan
e6888722ec
fix the command output ( #9777 )
...
I have verified on version v1.11
2018-08-08 15:10:30 -07:00
Karen Bradshaw
afafa01a90
Escape capture template commands ( #9788 )
2018-08-08 10:17:14 -07:00
Chen Hong
6ac1441e25
add some step ( #9743 )
...
* modify shell
* Please remove the -y for apt-get install
2018-08-07 17:57:08 -07:00
Pradheep Shrinivasan
82ba3f119b
Add details of how to use https ( #9770 )
...
Currently the documentation does not specify how to access https service.
This change will make sure that the user knows how to use the same
2018-08-07 08:34:24 -07:00
chenhuan
d1993b72a0
fix the command output ( #9753 )
...
I have verified on version v1.11
2018-08-06 16:27:26 -07:00
Misty Linville
5ae0d0dd8d
Reorganize docs contrib guide ( #9510 )
...
* Reorganize docs contrib guide
* Address first round of feedback from Brad, Jared
* Standardize on 'SIG Docs'
* Address more feedback
* Rewrites to participating.md
* Tweak navigation titles
* Document PR Wrangler
* Document SIG Docs chairperson
* Fix codeblock that shows how to use <codenew>
It was being interpreted as a Hugo shortcode.
2018-08-06 16:15:57 -07:00
Jake Sanders
f7917d0212
Document the wire format for X-Remote-Extra- and Impersonate-Extra- keys ( #9698 )
...
* Document the wire format for Extra introduced in #65799
Bytes which aren't [legal in HTTP headers](https://tools.ietf.org/html/rfc7230#section-3.2.6 ) need to be percent-encoded over the wire.
* Update authentication.md
code review feedback
* Update authentication.md
more review feedback
* Update authentication.md
feedback
* Update authentication.md
feedback
2018-08-06 13:09:08 -07:00
Pavel Druyan
a2280f5f96
Update Documentaion ( #9684 )
...
Add `--tls-cipher-suites stringSlice` option to documentation as in `kube-apiserver`
2018-08-06 07:40:45 -07:00
Duffie Cooley
de9accfca3
Update service definition to bind to 127.0.0.1 ( #9752 )
...
Current service definition will result in an insecure kubelet per the example here:
https://medium.com/handy-tech/analysis-of-a-kubernetes-hack-backdooring-through-kubelet-823be5c3d67c
This change updates the kubelet configuration to bind to 127.0.0.1 so that the kubelet api does not allow unauthenticated access to the kubelet api.
2018-08-03 16:56:27 -07:00
Bobby (Babak) Salamat
5bcd5df3f3
Add a section on interactions of Pod priority and QoS ( #9715 )
...
* Add a section on interactions of Pod priority and QoS
* Copyedit
2018-08-03 10:10:20 -07:00
Ken'ichi Ohmichi
ab3fd0de7e
Add necessity of metrics-server for HPA ( #9729 )
...
* Add necessity of metrics-server for HPA
Current HPA doc1 mentions metrics-server like
For resource metrics, this is the metrics.k8s.io API,
generally provided by metrics-server. It can be launched
as a cluster addon.
The metrics.k8s.io API is mandatory for HPA, so the above means
metrics-server needs to be launched for HPA. However it is difficult
to understand that requirement because the above seems metrics-server
as just a addon, and that is described on small section.
In addition, many people are facing HPA issue that fetching metrics
doesn't work on the internet like
$ kubectl get hpa
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
nginx Deployment/nginx <unknown>/50% 1 3 0 7s
The above sample "<unknown>" shows HPA feature cannot get current
metrics due to metrics-server doesn't work fine.
This adds necessity of metrics-server for HPA directly to solve
the problem.
fixes : #9728
* Copyedit
2018-08-03 10:00:03 -07:00
Karen Bradshaw
d0582ebc94
Compute resource format ( #9736 )
...
* Update overview.md
* Fix list formatting, update capitalization
2018-08-03 09:50:09 -07:00
makocchi
3cdc80dbc0
apply template ( #9733 )
2018-08-03 09:48:57 -07:00
makocchi
ba7332ee71
apply template ( #9732 )
2018-08-03 09:47:45 -07:00
makocchi
352c8e008b
apply template ( #9734 )
2018-08-03 09:46:33 -07:00
Peter (XiangPeng) Zhao
b83a258255
Add Knitter to the list of network addons. ( #9742 )
2018-08-03 09:45:21 -07:00
Eike Herzbach
149248c6f4
Add missing newline to fix list display on website ( #9741 )
2018-08-03 09:44:09 -07:00
Chen Hong
94b835987a
fill ## Clean up ( #9744 )
2018-08-03 09:41:54 -07:00
Oleg Artenii
68a6ddfbb9
Fixed PID missmatch in zookeeper.md ( #9749 )
2018-08-03 09:40:42 -07:00
chenhuan
1f22824a7b
fix the command output ( #9745 )
...
fix the command output
2018-08-03 09:39:30 -07:00
Shivakumar Thanikachalam
3586b9336e
Update autocomplete instructions for Oh-My-Zsh ( #9746 )
...
The explanation to setup auto completion of zsh with Oh-My-Zsh is correct, however the example code is incorrectly mentioned as `source <(kubectl completion zsh)`. This pull request updates it to `plugins=(kubectl)`
2018-08-03 09:38:14 -07:00
Erik Erlandson
9c885221cc
Fixes #9078 by adding note and link to table that disambiguates 'command' and 'entrypoint' ( #9750 )
2018-08-03 09:37:02 -07:00
Hongzhi
81b862e2bc
typo ( #9720 )
...
* Update kubeadm-init.md
miss a "-" at the [website](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init#init-workflow ) before the feature-gates
* a typo
2018-08-02 15:54:28 -07:00
Chris Knowles
7acd18803a
Add ExpandInUsePersistentVolumes feature gate ( #9662 )
...
* Add ExpandInUsePersistentVolumes feature gate
`ExpandInUsePersistentVolumes` is alpha in v1.11.
* Use relative link for ExpandInUsePersistentVolumes
2018-08-02 14:15:27 -07:00
Matt Rickard
efd6f326f9
update owners of minikube doc ( #9691 )
2018-08-02 10:57:28 -07:00
Tobias Brunner
99f217bbc3
Add APPUiO to the list ( #9647 )
...
add APPUiO to the list of hosted, cloud and on-premises solutions.
2018-08-02 09:22:27 -07:00
Tair Sabirgaliev
a09e9eafa3
Add instructions for Macports ( #9701 )
2018-08-02 09:18:27 -07:00
JasperTimm
c50848ef88
Update service.md ( #9702 )
2018-08-02 09:17:29 -07:00
makocchi
3ee7fbd0ba
change newline character to LF from CRLF ( #9724 )
2018-08-02 09:13:29 -07:00
Tamal Saha
878f52219c
Update authorization.md ( #9726 )
2018-08-02 09:12:27 -07:00
Lubomir I. Ivanov
22e91df7c7
kubeadm-init: update notes related to the configuration ( #9638 )
...
- mention `kubeadm config migrate`.
- don't inline control plane flag info, but rather link
to the new dedicated page.
- mention that kuberenetesVersion controls the version of the
images.
2018-08-02 09:06:28 -07:00
Ken'ichi Ohmichi
b87603b556
Trivial: Update HPA description ( #9711 )
...
* Trivial: Remove unnecessary new line
Current HPA page[1] contains unnecessary new line between
"metrics.k8s.io" and "custom.metrics.k8s.io", but that does
not have any meaning. This removes it for the readability.
[1]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale
* Trivial: Replace RC with RS for HPA doc
As RC doc[1], RS is now the recommended way to set up replication.
So this replaces RC with RS for HPA doc.
[1]: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
2018-08-01 15:45:28 -07:00
Lubomir I. Ivanov
3098e3741e
Kubeadm kubelet integration doc ( #9652 )
...
* kubeadm: Add a kubelet-kubeadm integration reference doc
* kubeadm: edits for the kubelet-kubeadm integration doc
* kubeadm: move the kubelet-kubeadm integration doc
* Apply edits to kubelet-integration.md
* Make kubelet-integration.md use a template
Also apply MD formatting fixes.
* Copyedit
* Address feedback on copyedit
* added a couple of typo fixes
2018-08-01 15:24:27 -07:00
Samuel Birocchi
8f974b4df5
Adding patch command to forceful delete stateful pod ( #9627 )
2018-08-01 11:27:39 -07:00
Alfonso Palacios
59554e618c
Update resource-usage-monitoring.md ( #9631 )
...
Fixing a small typo for sentence to make sense.
2018-08-01 11:26:41 -07:00
Tim Fogarty
243fc84bdc
Add CSI and Flexvolume to glossary ( #9666 )
2018-08-01 11:11:40 -07:00
chenhuan
05a559bf3e
fix the command output ( #9668 )
...
I have verified on version v1.11.
2018-08-01 11:08:40 -07:00
Sebastiaan van Steenis
45c201201b
DamonSet typo ( #9705 )
2018-08-01 10:50:39 -07:00
Georgios Andrianakis
7273191ab8
Fix persistentVolumeClaim link ( #9700 )
2018-08-01 10:49:40 -07:00
WanLinghao
1fd2490767
add link to nvidia gpu scheduling guide at end of device plugin document ( #9685 )
2018-08-01 10:48:40 -07:00
Xiao An
03158f870d
Disable excludes when installing kube packages ( #9670 )
...
We should not exclude kubernetes packages when installing them.
2018-08-01 10:47:39 -07:00
chenhuan
c83bf5fd38
fix the command output ( #9697 )
...
fix the command output
2018-07-31 19:16:39 -07:00
chenhuan
75a0e41a99
fix the command output ( #9695 )
...
I have verified on version v1.11
[root@huan40:~]$ kubectl version
Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:53:20Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:43:26Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
2018-07-31 18:48:39 -07:00