popozy
f3bb552f2a
lose apt-mark unhold kubectl ( #15176 )
...
lose apt-mark unhold kubectl when apt-get install kubectl. If not unhold kubectl, it would return the error follows:
``` shell
root@ecs-k8s-master:~# apt-mark unhold kubelet && apt-get update && apt-get install -y kubelet=1.15.0-00 kubectl=1.15.0-00 && apt-mark hold kubelet
kubelet was already not hold.
Hit:1 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial InRelease
Hit:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-updates InRelease
Get:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-backports InRelease [107 kB]
Hit:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-backports InRelease
Hit:5 https://mirrors.tuna.tsinghua.edu.cn/ubuntu xenial-security InRelease
Hit:6 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-4.4.0-145 linux-headers-4.4.0-145-generic linux-image-4.4.0-145-generic linux-modules-4.4.0-145-generic
Use 'apt autoremove' to remove them.
The following held packages will be changed:
kubectl
The following packages will be upgraded:
kubectl kubelet
2 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
E: Held packages were changed and -y was used without --allow-change-held-packages.
```
2019-07-06 20:48:34 -07:00
mohamed chiheb ben jemaa
222795393c
fix rancher url ( #15183 )
2019-07-06 20:44:33 -07:00
Ismail Alidzhikov
f8af591cb0
Use networking.k8s.io/v1beta1 for ingress apiVersion ( #15190 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com >
2019-07-06 20:42:34 -07:00
Karen Bradshaw
0c4353e86c
update kubectl ref contrib guide ( #15199 )
...
* [WIP] update kubectl ref contrib guide
* updates to kubectl cmd ref contrib
2019-07-06 04:54:35 -07:00
Brian Grant
71e027895e
Remove myself from review of all files except what-is-kubernetes and the deprecation policy. All of the lists of suggested reviewers need to be overhauled, but that's a separate task. ( #15227 )
2019-07-06 04:20:35 -07:00
Ace Eldeib
cd2cb310e8
nit: fix awkward phrasing around pruning behavior ( #15226 )
2019-07-06 04:18:34 -07:00
Jay Pipes
d065457f69
correct request payload for imagepolicy webhook ( #15228 )
...
The example request payload for the imagepolicy webhook mistakenly
represented annotations as a list instead of an object.
2019-07-06 04:16:36 -07:00
Yang Guo
14b33db63c
Fix several issues in "Using sysctls in a Kubernetes Cluster" ( #15248 )
...
1. Replace net.ipv4.route.min_pmtu with net.core.somaxconn in the
example of using unsafe sysctls in containers, since the former is not
accessible within container namespace at all.
2. Not all net.* sysctls are namespaced. Explain the correct way to
identify the namespaced networking sysctls.
2019-07-06 04:10:35 -07:00
zwwhdls
a0084c609d
change the service account name in tutorial ( #15260 )
2019-07-06 04:08:34 -07:00
David Dieulivol
24d32ebd83
Update service.md ( #15267 )
2019-07-06 03:58:34 -07:00
Guoxiang Zu
e50dba3ac4
Provide the default values for sync period and ttl ( #15296 )
...
* Provide the default values for sync period and ttl
Fill the default value information of kubelet sync period and ttl of ConfigMaps cache in kubelet.
Value info comes from:
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/configmap/configmap_manager.go#L110
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/config/v1beta1/defaults.go#L51
* Update configure-pod-configmap.md
2019-07-06 02:34:35 -07:00
Sebastian Florek
5cc0fbe1b4
Update Dashboard install and access links ( #15290 )
...
Updated installation link to refer stable tagged branch and access link.
2019-07-06 02:32:34 -07:00
Jay Pipes
f14ea99943
fix old link to logging devel docs ( #15270 )
...
Development docs for logging have moved to sig-instrumentation.
2019-07-06 02:30:36 -07:00
Paco Xu
9b431b2ce4
Remove --allow-privileged as it is deprecated in latest 1.15.0 ( #15285 )
2019-07-06 02:28:33 -07:00
João Vitor
3903154544
Fix typo and path of file from the task "Configure a Pod to Use a ConfigMap" ( #15311 )
...
* fix path of game.properties file
It has been dowloaded to configure-pod-container/configmap/game.properties
* fix typo: kustomization instead of kusotmization
2019-07-06 02:20:36 -07:00
Samuel Walker
b838fa571e
[Route] vs [Router] ( #15315 )
...
Using the solution found at https://github.com/rancher/rke/issues/689#issuecomment-397016756 I was able to avoid the error `can't store data at section "Router"`
2019-07-06 02:18:35 -07:00
Julie K
109f606c2e
Taint ( #15165 )
...
* translated term: taint
* update translation: taint
* Update translation: taint
translated term as "marquage" in French
* Update translation: taint
translated "schedule" (v.) as "ordonnancer"
* Update translation: taint
typo fixup
* Update translation: taint
typo fixup
2019-07-05 06:24:36 -07:00
Ryan Zidago
36bf429d58
docs-fr | reference | glossary | cronjob.md ( #15299 )
2019-07-05 01:38:35 -07:00
Michael Vorburger ⛑️
5d56ee4d2c
fix broken link in krib.md ( #15295 )
2019-07-04 22:28:36 -07:00
Jay Pipes
a6e86bee08
Fix bullet list output in CRD schema blog ( #15229 )
...
Due to a couple missing newlines and missing closing fixed-width quote
delimiter, the bulleted list of extensions to core constructs was being
incorrectly displayed.
2019-07-04 13:58:35 -07:00
Ramin Abdollahi
4a8234f388
fix typo ( #15241 )
2019-07-04 07:22:37 -07:00
Martin Vladev
9feeb191db
Remove initializers (ko) ( #14653 )
...
Initializers are removed in 1.14 [1]
[1]: https://github.com/kubernetes/kubernetes/pull/72972
2019-07-04 07:20:38 -07:00
Naoki Oketani
4e9325e981
fixed a typo in Kustomize Feature List ( #15246 )
2019-07-04 01:06:13 -07:00
Wayne Khan
a649dd4e39
Fixed case (previously: allocateS) ( #15275 )
2019-07-04 00:38:12 -07:00
Himanshu Pandey
147687dddb
Added the hyperlink for pod in the page ( #15113 )
...
* add the hyperlink for pod in the page
* Changed Pod href to tooltip
2019-07-03 06:56:35 -07:00
William Zhang
08d49237c9
📰 fix the scheduling framework figure link ( #15155 )
...
Signed-off-by: William Zhang <warmchang@outlook.com >
2019-07-03 06:54:35 -07:00
Naoki Oketani
aa4e6fe95e
added missing EOF ( #15159 )
...
* added missing EOF
* fixed a typo and leading output
2019-07-03 06:46:33 -07:00
Rong Gao
db9dacafc0
fix broken link in scheduling-framework ( #15182 )
2019-07-03 06:44:32 -07:00
Maruf Tuhin
d2b16d711e
Fix typo ( #15265 )
2019-07-03 06:22:31 -07:00
Lubomir I. Ivanov
91c1c3d196
kubeadm: apply some fixes to the self-hosting doc ( #15252 )
...
- add link to selfhosting pivot command
- fix typo in "upgrade"
- use relative links
- add "/capture" and "capture body" tags
2019-07-03 06:02:32 -07:00
Ryan Zidago
b56933120f
docs-fr | reference | glossary | contributor.md ( #15249 )
2019-07-03 02:08:30 -07:00
mhamdi semah
51877c6772
Issue with k8s.io/ja/docs/tutorials/kubernetes-basics/scale/scale-intro/ ( #15177 )
2019-07-03 00:00:32 -07:00
Hypo
9c1af4ddb8
add kubeadm ClusterConfiguration usage ( #15175 )
...
* add usage
* update note
* update note
* update ClusterConfiguration yml
2019-07-02 19:52:29 -07:00
Dan Mueller
e2802088a8
fix typo ( #15255 )
2019-07-02 15:41:11 -07:00
shavidissa
8bf7e8cba4
Review and update the Ingress page ( #15216 )
...
* Review and update the Ingress page
* Fix typos
* Update as per the comments
2019-07-02 13:25:12 -07:00
shavidissa
78229a1c1f
Review and update ( #15074 )
...
* Review and update
* Fix issue 3735
* Update as per the comments
* Update as per the comments
2019-07-02 13:15:12 -07:00
shavidissa
0f4543b94b
Update and organize the content on Deployments ( #14861 )
...
* Update and organize the content on Deployments
fix formatting issues
Format a note
Formats the content
Format content
Fix formatting issues
Format content
Format content
Update and organize the content on Deployments
* Update the content as per the comments
* Update as per the comments
* Update as per the comments
2019-07-02 13:10:29 -07:00
Ismail Alidzhikov
b692fddd32
kubectl config set-context --current ( #15194 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com >
2019-07-02 08:09:09 -07:00
youmoo
f34ad033b8
Update pod.md ( #15237 )
...
Add missing white space
2019-07-02 07:53:09 -07:00
Metri Dmitriev
7cc23347d6
flexvolume link fix ( #15236 )
2019-07-02 01:39:09 -07:00
shub-asa1
86e887bb72
fix for issue #15238 removed extra "for" ( #15239 )
...
fix for issue #15238 ,removed extra for
2019-07-02 01:35:08 -07:00
Philippe MARTIN
4181f840bb
docs-fr | concepts | containers | container-lifecycle-hooks.md ( #15211 )
2019-07-01 05:17:20 -07:00
Anthony Watherston
5634a68482
Update service.md ( #15219 )
...
Missing word in paragraph - reading didn't make sense.
2019-07-01 03:17:20 -07:00
Marcin Niemira
e174e79438
Fix alignment in examples/pods/storage/pv-pod.yaml ( #15198 )
2019-07-01 03:15:22 -07:00
shub-asa1
1f4345b57b
fix for issue #15214 ( #15215 )
...
fix for issue #15214 added --all-namespaces in a command as the result of command will always be "no resources"
2019-07-01 03:13:18 -07:00
Dawn Foster
d58847f0c3
fixed broken links to api_changes.md and api-conventions.md ( #15220 )
2019-07-01 03:11:21 -07:00
Ryan Zidago
4e52db4a73
translated glossary/application_developer.md from en to fr ( #15021 )
2019-06-30 02:51:20 -07:00
Ryan Zidago
a0049b0d12
docs-fr | docs | reference | glossary | cla ( #15095 )
...
* docs-fr | docs | reference | glossary | cla
* corrected glossary_tooltip text
2019-06-30 02:49:21 -07:00
Tim Bannister
23a4be1cf4
Fixup certificat ( #15104 )
2019-06-29 12:07:23 -07:00
Ryan Zidago
0d82b28f09
docs-fr | docs | reference | glossary | cloud-controller-manager.md ( #15164 )
2019-06-29 12:05:21 -07:00