Commit Graph

3043 Commits (a34d239d87d242313f4f0e303173f647a48415b6)

Author SHA1 Message Date
melvinrmc db8e3ec5f8 /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324)
Running the example into a katacoda environment I get this error message:
(77) error setting certificate verify locations:
  CAfile: /etc/nginx/ssl/nginx.crt


$ kubectl exec curl-deployment-f8c5c685b-9sphf -- ls /etc/nginx/ssl/
tls.crt
tls.key
$ kubectl exec curl-deployment-f8c5c685b-9sphf -- curl https://my-nginx --cacert /etc/nginx/ssl/tls.crt
...
<title>Welcome to nginx!</title>
...

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}

$ kubectl describe secret nginxsecret
Name:         nginxsecret
Namespace:    default
Labels:       <none>
Annotations:  <none>

Type:  kubernetes.io/tls

Data
====
tls.crt:  1164 bytes
tls.key:  1708 bytes
2020-01-06 09:46:16 -08:00
bob wang 9175e35224 update windows.md url (#18372) 2020-01-06 08:33:36 -08:00
helight a975a0787f fix words issue (#18312)
* fix words issue

* fix word

* fix word

* fix review issue on static-pod.md
2020-01-04 17:57:40 -08:00
Lubomir I. Ivanov f510b223e9 kubeadm: improvements to the cert management documentation (#18397)
- move the sections about custom certificates and external CA
to the kubeadm-certs page
- minor cleanups to the kubeadm-certs page, including updated output
for the check-expiration command
- link the implementation details page to the new locations
for custom certs and external CA
2020-01-03 09:45:42 -08:00
Eric Smalling 70936d4dbd Update cluster health check command for newer etcd (#18392)
* Update cluster health check command for newer etcd

Existing docs assume the older (v3.2) etcdctl `health-check` command but with a 3.4.3 cluster (which is what kubeadm creates in the static manifest now), that subcommand is no longer supported and returns 404 errors like:
```
root@etcd-1:~# docker run --rm -it --net host -v /etc/kubernetes:/etc/kubernetes quay.io/coreos/etcd:${ETCD_TAG} etcdctl --cert-file /etc/kubernetes/pki/etcd/peer.crt --key-file /etc/kubernetes/pki/etcd/peer.key --ca-file /etc/kubernetes/pki/etcd/ca.crt --endpoints https://10.170.68.181:2379 cluster-health
cluster may be unhealthy: failed to list members
Error:  unexpected status code 404
```

* PR review changes
2020-01-03 09:43:41 -08:00
Ivan Boyko f318b7c953 Removed duplicated text (#18214)
* Removed duplicated text

* Restored sentence about default certificate directory per comment from neolit123
2020-01-03 09:41:41 -08:00
Karen Bradshaw bcfbd1e8f3 regenerate ref docs, 1.17, script chgs (#18067)
* modify comp. tool reference config

* modify home dir to variable

* added k8s_release variable

* added kubectl cmd build

added temporary use of copied Makefile

* added build of api ref

* build api, kubectl cmd refs

* regenerate api with updated bootstrap

* regenerate api ref, corrected definitions
2020-01-03 09:39:40 -08:00
Prashant Arya 6d82f180d2 Adding helm3 command (#18095)
* Adding helm3 command 

helm3 doesn't have name flag hence above command fails when user is using helm3(which is latest in its kind)

* adding tab for Helm3 and defaulting it

* addressing comments
2020-01-03 09:35:40 -08:00
Oleg Butuzov 3e1aafacc3 cncf.io link fix (#18369) 2020-01-03 08:47:41 -08:00
Colleen Murphy 38814ab388 Fix broken NodeRestriction anchor reference (#18225)
In 203391835d, an explicit anchor '#noderestriction' was added to the
NodeRestriction section of the Admission Controllers reference document,
which caused the link to the '#NodeRestriction' anchor in the Node
Authorization document to break and lead to the top of the Admission
Controllers document instead of to the NodeRestriction section further
down the page. This change fixes the link to point to the intended
section instead of to the whole page in general.
2020-01-03 07:39:41 -08:00
GoodGameZoo 8920a1e1ee Correct links 2016 10 00 helm charts making it simple to package and deploy apps on kubernetes.md (#18387)
* Correct links correct-links-2016-10-00-Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes.md

* Correct links correct-links-2016-10-00-Helm-Charts-Making-It-Simple-To-Package-And-Deploy-Apps-On-Kubernetes.md 2
2020-01-03 06:27:40 -08:00
Oleg Butuzov f459dd3fd4 returned starting slash in glossary entry for crd (#18435) 2020-01-03 05:53:40 -08:00
Naoki Oketani 90ee7559a0 add missing backquote (#18413) 2020-01-02 19:13:40 -08:00
xieyanker 0ef096e4cb fix kubectl proxy output for en (#18242) 2019-12-31 10:03:40 -08:00
pierwill 6324ff5d75 kubectl cheatsheet edits (#18222)
* Capitalize terms in kubectl cheatsheet

* Edit output flag section of kubectl cheatsheet

Minor edit for readability
2019-12-30 10:53:39 -08:00
Oleg Butuzov f3ea39230e Blog post links (hugo issue) (#18307)
* Blog post links (hugo issue)

This commit aims to fix multiple occurrences of issue introduced before
switching blog engine to hugo, after which no blog links with "." was
working.

It's include a huge ammount of links with kubernetes version in it.

This commit also include one or two additional link fixes found while
making changes in attempt to solve current situation.

* Additional fix for Chinese website blog post.
2019-12-27 09:19:39 -08:00
Naoki Oketani babb7a18bb use https instead of http for a link to kubernetes.io/blog (#18287) 2019-12-26 01:13:38 -08:00
Cria Hu 6e285caac5 fix broken link: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/bootstrap-discovery.md (#18241) 2019-12-25 07:29:38 -08:00
Samuel Kihahu c2617fb80f en-docs: Improve Install Instruction Formating (#17996) 2019-12-24 07:33:29 -08:00
makocchi f1f7c1bf75 Renamed FeatureGate RequestManagement to APIPriorityAndFairness (#18184)
* Renamed FeatureGate RequestManagement to APIPriorityAndFairness

* sorted alphabetically

* wrote RequestManagement into the deprecated table
2019-12-23 11:27:33 -08:00
Sharjeel Aziz bc549fd3a0 Minor fix for a typo. (#18182) 2019-12-23 11:09:33 -08:00
Takahiro Tsuruda 296695d729 BlockVolume is no longer in alpha (#18167)
* BlockVolume is no longer alpha

Signed-off-by: dulltz <isrgnoe@gmail.com>

* Apply comment

https://github.com/kubernetes/website/pull/18167#discussion_r358304226

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Apply comment

https://github.com/kubernetes/website/pull/18167#discussion_r358519588

* Apply comment

https://github.com/kubernetes/website/pull/18167#pullrequestreview-335535663
Signed-off-by: dulltz <isrgnoe@gmail.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2019-12-23 10:57:33 -08:00
Xiang Dai f21f4b2257 Fix en language misspell (#18201)
* fix misspell

Signed-off-by: Xiang Dai <764524258@qq.com>

* clean white noise

Signed-off-by: Xiang Dai <764524258@qq.com>
2019-12-20 06:49:32 -08:00
ares 1f63ab672b fix up 404 urls (#18006) 2019-12-18 07:07:57 -08:00
ares e2d1e442a1 fix some 404 urls (#18188) 2019-12-18 05:19:57 -08:00
Chen, Xu Chun (Simon) 53b0a30e11 Update command output for latest version (#18073) 2019-12-17 10:19:58 -08:00
Ismail Alidzhikov f6460ffa58 Update k/dashboard to v2.0.0-beta8 (#17994)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-12-17 10:17:57 -08:00
RobertKalnins 8a69c534ba Clarify port selection section (#17983)
* Clarify port selection section

Avoids situation where a beginner is directed to enter the wrong port and has to backtrack and reread.

* Update content/en/docs/tutorials/hello-minikube.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-12-17 10:13:57 -08:00
yuxiaobo96 6ef4d4cc7c Correcting invalid links (#18094)
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
2019-12-17 05:21:58 -08:00
Thomas 6d9188692a Update documentation to reflect Go 1.13 dependency for Kubernetes 1.17+ (#18171)
* Update documentation to reflect Go 1.13 dependency for Kubernetes 1.17+

* Rephrased required Golang version

* Updated french translation to match English Golang version
2019-12-16 15:33:40 -08:00
Sharjeel Aziz a29da47ca8 Updated default Corefile that is installed with the current version of CoreDNS. (#18158) 2019-12-16 07:27:37 -08:00
Tim Bannister e4101d7133 Fix sample command output for “Hello Minikube” (#18077) 2019-12-16 06:41:37 -08:00
Colleen Murphy a494490458 Fix Pods concepts link in StatefulSet tutorial (#18063)
Without this change, the instruction to "get familiar with" the Pods
concept directs the user to the pods section of the User Guide, which
actually redirects to the "Run a Stateless Application Using a
Deployment" task, which is not strictly about Pods. This change fixes
the link to point to the Pods Overview in the Concepts section, which
makes more sense in this context.
2019-12-16 06:17:37 -08:00
Tim Bannister 8af5fb9ffb Mark CronJob as beta (#17985)
CronJob went beta in v1.8 and is not yet in general availability.
2019-12-16 06:09:37 -08:00
chendotjs 114743a28b Fix hash link in Feature Gates page. (#18113) 2019-12-16 05:59:37 -08:00
Sascha Grunert 39c9d22986 Update release notes to v1.17.0 (#18120)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-13 07:16:55 -08:00
vishakha ef60d90397 enh: Adding a caution for external tool (#18002)
* Adding a caution for external tool

* Update content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
2019-12-13 02:48:56 -08:00
Art 98b41139c7 Fixing names and links for EN files for IBM Cloud Kubernetes Service (#18083)
* Updating IBM Cloud links and names

* Removing updates to blogs because it is separate

* Remove updates to other languages

* Fix language differences
2019-12-12 13:44:32 -08:00
Wang Bing 05899ff210 Fix endpointslices link (#18093) 2019-12-12 08:12:32 -08:00
David McKay f61ffe8a44 Fix Minor Content Changes from Source Doc (#18056)
* Fix Minor Content Changes from Source Doc

* Update content/en/blog/_posts/2019-12-09-csi-volume-migration-beta.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Grammatical Fix

* Fix Indentation

* Fix Indentation

* Fix Indentation
2019-12-12 08:04:34 -08:00
vishakha 11f7eff295 Fix: 404 for haskell client (#17988)
* Fix: 404 for haskell client

* Rem: Protocol from the URL
2019-12-10 10:23:29 -08:00
chentanjun c703428a3b correct invalid urls (#18021) 2019-12-10 07:05:30 -08:00
Kaitlyn Barnard 5733771d62 Updating times on release blog posts (#18039)
* Updating times on blog posts

* Updating time
2019-12-09 18:19:29 -08:00
Tim Bannister cf5b8b200c Manually fix up home folder path in generated docs (#18037) 2019-12-09 16:47:30 -08:00
Damini Satya 75de70a431 Reference Documentation for Kubernetes Components and Tools for 1.17 (#18010)
* Reference Documentation for Kubernetes Components and Tools

* Update kube-apiserver.md

* Update kubectl.md
2019-12-09 16:31:31 -08:00
Damini Satya dff2f7b960 Official 1.17 Release Docs (#18011)
* feat: graduate TaintNodesByCondition to GA (#17073)

* Promote StartupProbe to beta (enabled by default). (#17164)

* Watch bookmarks to GA (#17026)

* feat: graduate ScheduleDaemonSetPods to GA (#17350)

* Update Docker installation instructions (#17405)

* Use exact version numbers for installing Docker in Ubuntu (#17428)

* Move CSIMigration and CSIMigrationGCE to Beta in Kubernetes v1.17 (#17478)

* Promote NodeLease feature to GA (#17189)

* Update docs for csi topology ga (#17408)

* Update RunAsUsername to beta (#17460)

* doc:Update RunAsUsername to beta

* doc: update samples - kubernetes.io/os is no longer beta

* Updating based on review feedback

* Promote Node-specific volume limits to GA (#17432)

* Promote PodShareProcessNamespace to stable (#17192)

* Promote PodShareProcessNamespace to stable

* Add for_k8s_version to feature-state label

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Readd version-check to shareProcessNamespace task

* Update service load balancer finalizer doc for GA (#17438)

* Update Topology Manager docs (#17451)

* Added information on how device plugins can take advantage
of Topology Manager
* Updated the Topology Manager documentation to include additionalinformation and update some out of date sections

* Fix broken Topology Manager link (#17746)

Part of What's Next Device Plugin section

* Update CRD defaulting docs for GA (#17450)

* Add documentation for VolumeSnapshot Beta (#17233)

* Updating EndpointSlice documentation for beta release in 1.17 (#17411)

* (docs/dualstack): v1.17 updates (#17457)

* Add placehold doc updates for dualstack in 1.17

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Add Downward API and /etc/hosts Pod IP validation

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* remove addressed known issue via k/k pr 85246

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Remove known issue and add flag as part of k/k 79993

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* remove follow up placeholders

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update verbiage

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Make IP addressing consistent throughout the task

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update to status.podIPs

Signed-off-by: Lachlan Evenson <lachlan.evenson@microsoft.com>

* Update content/en/docs/tasks/network/validate-dual-stack.md

Use set instead of env

Co-Authored-By: Khaled Henidak (Kal) <khnidk@outlook.com>

* add topology.kubernetes.io/zone, topology.kubernetes.io/region and node.kubernetes.io/instance-type labels to docs (#17498)

Signed-off-by: Andrew Sy Kim <kiman@vmware.com>

* Service topology alpha documentation (#17459)

* Update list of feature flags for in-tree plugins migrated to CSI (#17533)

Signed-off-by: Deep Debroy <ddebroy@docker.com>

* Update Node concept for TaintNodesByCondition going GA (#17577)

* feat: graduate ResourceQuotaScopeSelectors to GA in 1.17 (#17554)

* kubeadm: update the upgrade documentation for 1.17 (#17587)

* doc: Simplify Windows deployments with RuntimeClass (#16697)

* doc: Simplify Windows deployments with RuntimeClass

* Updating on review feedback

* doc: Adding windows-build label from enhancement 1301

* update doc for kubelet option --reserved-cpus (#17648)

* feat: update TaintNodesByCondition in feature gates table (#17377)

* Update docs for v1 resource quota configuration (#17547)

* AdmissionConfiguration v1 (#17548)

* Update WebhookAdmissionConfiguration examples (#17549)

* Update AWS EBS Migration Feature state (#16126)

* Add resource version section to api-concepts documentation (#16910)

* Add Resource Version semantics section to api concepts

* Clarify risks of going back in time, add details about compaction and watch cache sizes

* Apply suggestions from liggitt

Co-Authored-By: Jordan Liggitt <jordan@liggitt.net>

* remove pesudocode, apply feedback

* Fix typo

* Clarify equality rules

* Cleanup kubectl generators docs (#17609)

* Write ReplicationController without a space

* Drop mentioning unsupported cluster versions

* Fix capitalization for “API group”

* Tweak wording

* Avoid using deprecated generator in example

* add Antrea description in dev-1.17 (#17919)

* Promote VolumeSubpathEnvExpansion to GA

* Reference Documentation for the Kubernetes API for 1.17 (#18019)

* Update feature-gates.md (#18033)

* Reference Documentation for kubectl Commands for 1.17 (#18017)

* Update for v1.17 (#18034)

* Update config.toml(release-1.17) for 1.17 (#18031)
2019-12-09 16:11:29 -08:00
David McKay cf925bb688 Fix Release Feature Links (#18036) 2019-12-09 15:49:29 -08:00
David McKay ffd1363c0e Publish release 1.17 article (#18035) 2019-12-09 15:20:39 -08:00
David McKay 87a2cafb20 Add v1.17 Release Blog (#18030)
* feature: v1.17 release blog

* Updated to match style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Updated to match style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Add link to 1.17 webinar

* Stop using H1
2019-12-09 14:14:03 -08:00
David McKay ffe259d6f2 Add blog post about SIG Storage new features for v1.17 (#18018)
* feature: v1.17 release features

* Update in accordance with style guide

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* feature: v1.17 release features

* Update to reflect styleguide

* Update to reflect style guide

* Fix Code Examples

* Make "Create Volume From Snapshot" a heading

Signed-off-by: Karen Chu <karen.chu@microsoft.com>

* Remove TODO
2019-12-09 14:12:03 -08:00