Campion Fellin
9ce4624653
Fix link for drain the node ( #7939 )
2018-04-16 12:09:19 -07:00
max8899
f986d0ead1
Update storage-classes.md ( #7942 )
2018-04-16 12:09:19 -07:00
pc
1540f47a78
fix(k8s-setup-ha): error when copy pki to other nodes ( #7949 )
...
`rm aipserver.crt` is not enought, must be `rm apiserver.*` here
2018-04-16 12:09:19 -07:00
Rajakavitha1
0d0964d93f
Update service.md ( #7972 )
...
Fixed a 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
f9bcad1f8e
Update imperative-config.md ( #7969 )
...
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
0f728bd992
Update overview.md ( #7967 )
...
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
698e98fbd9
Update secret.md ( #7965 )
...
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
feb424d4ea
Update organize-cluster-access-kubeconfig.md ( #7964 )
...
Fixed the 404 error listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
972ad80a47
Update kubernetes-objects.md ( #7966 )
...
Fixed 404 listed in : https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
c646181f41
Update imperative-command.md ( #7968 )
...
Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
9a91e60dde
Update declarative-config.md ( #7970 )
...
Fixed a 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
4b3427f50d
Update logging.md ( #7971 )
...
Fixed the 404 listed in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
dfb11fd6c2
Update replicationcontroller.md ( #7973 )
...
Fixed the 404 listed in : https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Mik Vyatskov
9260b38c74
Remove crassirostris as owner and reviewer ( #7974 )
...
Signed-off-by: Mikhail Vyatskov <crassirostris@yandex.com >
2018-04-16 12:09:19 -07:00
Rajakavitha1
27de1b2e73
Update taint-and-toleration.md ( #7963 )
...
fixed 404 error listed in : https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
thepill
ffb220d08a
Remove duplicate limitations ( #7952 )
...
Multiple limitations has been mentioned twice - this change removes them.
2018-04-16 12:09:19 -07:00
Rajakavitha1
7da4c01aa4
Update deployment.md ( #7962 )
...
Fixed the 404 error in: https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Rajakavitha1
b74b5779ab
Update replicaset.md ( #7961 )
...
Fixed the 404 error in : https://github.com/kubernetes/website/issues/7924
2018-04-16 12:09:19 -07:00
Zach Corleissen
5a85aed682
Resolved merge conflict, removed merge artifacts ( #7947 )
2018-04-16 12:09:19 -07:00
Steve Perry
3fe50d183f
Regenerate API ref docs with full group names. ( #7954 )
2018-04-16 12:09:19 -07:00
tehut
8fd3c05523
Blog Migration: Continuation of WIP PR #7144 ( #7247 )
...
* WIP
* fixing layouts and assets
updating Gemfile.lock with bundle install (rvm use ruby-2.2.9)
Updated links in header and footer
switch to paginate v2 gem
comment sidebar logic
fixing css regression
retry paginate
updated local ruby version
reverting to original pagination gem
remove text, make heading roboto, next/prev as buttons
* reintoduce dir tree changes
format checking new posts
shrink fab-icons down to 33px
* reintoduce dir tree changes
format checking new posts
shrink fab-icons down to 33px
* next/prev buttons on posts and index
* Change "latest" to v1.10
* rename .md to match old blog and added explict permalinks for urls
* replacing a link to old blog
2018-04-16 12:09:15 -07:00
Aravind
1258840ca1
Removed helm and kompose from third party tooling section ( #7650 )
...
* Removed helm and kompose from third party tooling section
* Removed unnescessary headers
* Added back the heading
2018-04-16 12:09:15 -07:00
Haoliang Yu
01890c5b61
Fix a broken link ( #7945 )
2018-04-16 12:09:15 -07:00
Shen Yuanyu
48b225602b
warning style adjust ( #7934 )
2018-04-16 12:09:15 -07:00
Peter Wilcsinszky
757bf47ee4
antiaffinity selector never matches ( #7700 )
...
Tested in minikube by replacing the zookeeper image with the pause container and the scheduler was able to schedule all 3 pods on the minikube node. Changing it to zk, made the pods zk-1 and zk-2 pending with scheduling failure as expected.
2018-04-16 12:09:15 -07:00
eaydogan
b824c0e4f8
docs/concepts/containers/images.md kubernetes version changed ( #7690 )
...
* imaged.md kubernetes version changed
"This was tested with a private docker repository as of 26 June with Kubernetes version This was tested with a private docker repository as of 26 June with Kubernetes version v0.19.3. It should also work for a private registry such as quay.io, but that has not been tested.
v0.19.3 changed to v1.9.3
* Update images.md
* Update images.md
2018-04-16 12:09:15 -07:00
Guang Ya Liu
9a9cd945c5
Remove PersistentVolumeLabel from default admission controllers. ( #7929 )
...
PersistentVolumeLabel is now deprecated, we should remove it from
default list.
2018-04-16 12:09:15 -07:00
Mike
d64dfbdb75
Update minikube.md ( #7925 )
...
clean-up the exposed deployment (service)
2018-04-16 12:09:15 -07:00
Nathan Baum
df50409a6b
Escape $ in CentOS et al script. ( #7926 )
...
Otherwise the repo URL is wrong.
2018-04-16 12:09:15 -07:00
Graham Christensen
65d285c489
Correct minikube incantation for image-service-endpoint ( #7873 )
2018-04-16 12:09:15 -07:00
Megan O'Keefe
32e419081d
Update jobs-run-to-completion.md ( #7843 )
...
* Clarified the roles of backoffLimit and activeDeadlineSeconds
* Updated formatting
* Clarified activeDeadlineSeconds based on PR comments
2018-04-16 12:09:15 -07:00
crystaljade
65bc92da87
Line 17 1,10 -> 1.10 ( #7911 )
...
To enable GPU support through device plugins before 1,10 -> To enable GPU support through device plugins before 1.10
2018-04-16 12:09:15 -07:00
Sean Knox
866c8f64e5
Ensure example configs are valid JSON ( #7912 )
2018-04-16 12:09:15 -07:00
Shen Yuanyu
a77641c238
repair warning style ( #7914 )
2018-04-16 12:09:15 -07:00
Qiming
4dd22f0d79
Fix redirections for generated api references ( #7890 )
...
We have been using redirections in many pages when referencing the API
docs generated. Since the relocation of the generated files, this is
becoming difficult to maintain. This PR redirects all such links to the
generated artifacts so we can easily detect missing links if any.
closes : #7874
2018-04-16 12:09:15 -07:00
Rajakavitha1
ed29d38864
Update install-minikube.md ( #7841 )
...
* Update install-minikube.md
Added a note as suggested in: https://github.com/kubernetes/website/issues/7394
* Update install-minikube.md
formatted the inline code for --vm-driver=none
* Update install-minikube.md
2018-04-16 12:09:15 -07:00
Harimohan S Bawa
5789d51071
Add link for IBM Cloud Private-CE on Linux Containers project ( #7839 )
...
* Add link for IBM Cloud Private-CE on Linux Containers project
IBM Cloud Private-CE (Community Edition) on Linux Containers is a Terraform/Packer/BASH based IaC to create a seven node (1 Boot, 1 Master, 1 Management, 1 Proxy and 3 Workers) LXD cluster on Linux Host. Supported versions are: ICP 2.1.0.1 + Kubernetes 1.8.3 and ICP 2.1.0.2 + Kubernetes 1.9.1
Goal of this project was to create a Terraform based solution that can be easily configured to meet user needs for development purposes. This IaC script can be applied to Local or Cloud based Linux Host (Ubuntu). Additionally, environment specific TFVARS can allow simpler integration with DevOps pipeline.
Detailed information can be found at https://github.com/HSBawa/icp-ce-on-linux-containers .
* Update verbiage to expand IaC
2018-04-16 12:09:15 -07:00
Steve Perry
967f8b55da
Generated ref docs, kubectl commands, 1.10. ( #7880 )
2018-04-16 12:09:15 -07:00
Steve Perry
97531a5cd7
Newly generated kubeadm includes. ( #7882 )
...
* Newly generated kubeadm includes.
* Add new includes to skip_toc and skip_title.
2018-04-16 12:09:15 -07:00
Steve Perry
84fc8cc506
Update release notes to 1.10. ( #7886 )
2018-04-16 12:09:15 -07:00
Joseph Ruane
7b6a9c9415
Fix spacing on custom columns template example ( #7877 )
2018-04-16 12:09:15 -07:00
Rajat Jindal
e5dac76f5d
Clarify caching of exec auth tokens ( #7881 )
...
* Clarify caching of exec auth tokens
* Update the wording
2018-04-16 12:09:15 -07:00
Maciej Kwiek
7d44eafe1b
Add PolicyTypes to allow-all egress policy ( #7895 )
...
`PolicyTypes` default to `["Egress", "Ingress"]`,
it doesn't make sense for egress-only policy to have `Ingress` as PolicyType.
2018-04-16 12:09:15 -07:00
AdamDang
bf7a9fc10b
Update expose-external-ip-address.md ( #7838 )
...
"is" is duplicated
2018-04-16 12:09:15 -07:00
AdamDang
a389784de3
Update init-containers.md ( #7835 )
...
Proper noun “Init Containers” are written in capital in this doc.
2018-04-16 12:09:15 -07:00
David Rekowski
fe592a34ed
Update hello-minikube.md ( #7855 )
...
Added extra hint on the trailing dot on docker -build, since this is easily overlooked if not copied.
2018-04-16 12:09:15 -07:00
chentao1596
f64927fa82
correct the owner_aliases ( #7849 )
2018-04-16 12:09:15 -07:00
CaoShuFeng
72e2209e7f
clean up -a from doc ( #7852 )
...
-a/--show-all has been set to true by default in 1.10
And it will be inert in 1.11
It's OK to remove them from the 1.10 doc.
2018-04-16 12:09:15 -07:00
田传武
956464acfe
Update overview.md ( #7836 )
2018-03-27 06:58:03 -07:00
Qiming
7eb547732a
Consolidate all upgrade/downgrade admin tasks ( #7735 )
...
This propose consolidate cluster upgrade/downgrade pages into one
subtopic which can serve an umbrella for future changes in this field.
2018-03-26 20:18:01 -07:00