Kubernetes Prow Robot
8dbe670fd0
Merge pull request #7188 from flaviamissi/patch-1
...
GCE tutorial markdown formatting
2019-07-10 08:50:39 -07:00
Kubernetes Prow Robot
5e87f35f04
Merge pull request #7151 from Sn0rt/kops-api-server-enhancement
...
doc: support to debug kops-apiserver
2019-07-10 08:50:27 -07:00
Flavia Missi
8d1deed299
GCE tutorial markdown formatting
...
Hi! First of all I'd like to thank you for making this! I'm eager to try it out o/
The current `master` version of the document contains a few formatting issues that makes it hard to read. The proposed changes attempt to make formatting better to read and concise. Rendering the Github markdown will provide better "before and after" view of the changes.
2019-06-25 18:57:37 +02:00
Jesse Haka
ddaa0dd502
Possibility to use openstack without lbaas
2019-06-24 08:56:34 +03:00
Kubernetes Prow Robot
3b0af771e8
Merge pull request #7177 from mikesplain/instance_protection
...
Instance protection
2019-06-21 20:46:12 -07:00
mikesplain
0e4c1080e7
Add docs and test
2019-06-21 14:00:37 -04:00
Kubernetes Prow Robot
480b3ae752
Merge pull request #7174 from justinsb/relnotes_for_1_12_2
...
Relnotes for 1.12.2
2019-06-21 07:28:35 -07:00
Kubernetes Prow Robot
b7e298c654
Merge pull request #6985 from prankul88/change_readme_openstack
...
Added some changes to openstack.md file
2019-06-20 20:36:35 -07:00
Justin SB
eeecec0c17
Relnotes for 1.12.2
2019-06-20 23:32:07 -04:00
guohaowang
1653f0f22d
doc: add doc to help developer to inspect kops-server
...
```
$ kubectl -n kube-system logs kops-server-9dd887bcf-tfvkw
I0617 09:24:38.935898 1 serving.go:311] Generated self-signed cert (apiserver.local.config/certificates/apiserver.crt, apiserver.local.config/certificates/apiserver.key)
W0617 09:24:40.097484 1 start.go:133] Authentication/Authorization disabled
I0617 09:24:40.099018 1 plugins.go:158] Loaded 2 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,MutatingAdmissionWebhook.
I0617 09:24:40.099034 1 plugins.go:161] Loaded 1 validating admission controller(s) successfully in the following order: ValidatingAdmissionWebhook.
W0617 09:24:40.139797 1 genericapiserver.go:338] Skipping API kops.k8s.io/v1alpha1 because it has no resources.
I0617 09:24:40.257371 1 secure_serving.go:116] Serving securely on [::]:443
```
and test get
```
$ curl -k https://172.20.42.164/swagger.json
{
"swagger": "2.0",
"info": {
"title": "Kops API",
"version": "0.1"
....
```
Signed-off-by: guohaowang <wangguohao.2009@gmail.com>
2019-06-21 10:55:58 +08:00
Kubernetes Prow Robot
b18a06dacc
Merge pull request #7139 from granular-ryanbonham/6928_improve_cloud_label_docs
...
Improve docs on labels
2019-06-20 10:34:49 -07:00
Kubernetes Prow Robot
4bd950c957
Merge pull request #7164 from gjtempleton/v1.12-Calico-Docs-Update
...
Update Docs for Calico Backend for kops 1.12
2019-06-20 07:20:50 -07:00
Kubernetes Prow Robot
1798ddfa0e
Merge pull request #7084 from mazzy89/flatcar_support
...
Flatcar support
2019-06-20 06:38:48 -07:00
GuyTempleton
a517fcd20d
Update Docs for Calico Backend for kops 1.12
...
Current docs still state that Calico uses etcd as the backend, makes clear that this only holds true for versions below 1.12 and adds a stanza around using APIServer without Typha for 1.12 onwards.
2019-06-19 09:31:34 +01:00
guohaowang
71f29c07ea
typo fix: fix kops-server-push -> make kops-server-push
...
Signed-off-by: guohaowang <wangguohao.2009@gmail.com>
2019-06-17 10:53:50 +08:00
Salvatore Mazzarino
5fe525a96d
Add docs/images.md
...
Signed-off-by: Salvatore Mazzarino <dev@mazzarino.cz>
2019-06-13 18:56:36 +02:00
Ryan Bonham
bda8288d1b
Improve docs on labels
2019-06-12 14:26:10 +00:00
Kubernetes Prow Robot
0d1706fb9d
Merge pull request #7123 from rifelpet/docs-cleanup
...
Documentation Cleanup
2019-06-08 07:29:19 -07:00
Peter Rifel
5ca54b5928
Cleanup documentation
2019-06-07 16:34:31 -07:00
Peter Rifel
79474ffc0b
Upgrade AWS VPC CNI provider to 1.5.0
...
Released a few days ago: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.0
2019-06-07 16:33:55 -07:00
Kubernetes Prow Robot
b6459389c3
Merge pull request #7088 from Misdre/calico-networking-doc-fix-link
...
Fix link to Calico route reflectors documentation + typo
2019-06-05 09:07:55 -07:00
Kubernetes Prow Robot
ffcd424340
Merge pull request #7092 from prankul88/update_readme_cp_openstack
...
Updated docs for openstack cloud provider.
2019-06-04 02:03:07 -07:00
prankul88
8549e02bec
Updated docs for openstack cloud provider.
2019-06-04 12:08:43 +05:30
misdre
8dbfa9da2e
Fix link to Calico route reflectors documentation + typo
2019-06-02 10:15:34 +00:00
Kubernetes Prow Robot
90c749be0a
Merge pull request #7072 from dzoeteman/etcd-backup-docs
...
Add documentation for etcd-manager backup/restore procedures
2019-05-29 23:58:18 -07:00
Thomas Peitz
11c4e6fcc7
Add docs for cpuCFSQuota / cpuCFSQuotaPeriod
2019-05-27 13:08:46 +02:00
Deniz Zoeteman
9bb21b0f5b
Add documentation for etcd-manager backup/restore procedures
2019-05-26 23:11:46 +02:00
Kubernetes Prow Robot
81c42c549a
Merge pull request #6747 from justinsb/faster_roll
...
Speed up rolling-update - longer timeout on validation, less scheduled holds
2019-05-20 06:09:15 -07:00
Justin SB
6fb54c2756
Start relnotes for 1.13 and 1.14
...
Mostly just a changelog at this point; hopefully if we don't put much
into kops 1.13 into 1.14 it should stay that way!
2019-05-19 22:41:05 +02:00
Justin SB
9f96c60d59
Add relnotes list for 1.12.1
2019-05-17 02:06:50 -07:00
Justin SB
9df2e4bbfb
Speed up rolling-update - longer timeout on validation, less scheduled holds
...
We reduce the amount of time we wait on a purely scheduled basis
during a rolling-update, and instead increase the timeout on the
validation.
This will be a behavioural change - particularly for `--cloudonly`
mode, but that mode seems more useful when things are going wrong
anyway, when people will likely set _even lower_ timeouts.
2019-05-16 03:37:35 -07:00
Kubernetes Prow Robot
770095b051
Merge pull request #6983 from rifelpet/1.12-docs-mentions
...
Mention version of Kops that introduced new features
2019-05-15 08:16:30 -07:00
prankul88
ae72cb9564
Added some changes to openstack.md file
2019-05-15 13:00:04 +05:30
Peter Rifel
01ce8de068
Mention version of Kops that introduced new features
...
I'm hoping this will cut down on the confusion when reading the master branch's docs and seeing features not included in the latest stable Kops release..
A stopgap until we can properly version our documentation.
2019-05-14 22:20:57 -07:00
Ryan Bonham
413501ad0c
Spelling
2019-05-14 21:48:18 -05:00
Ryan Bonham
3cb334e6de
Highlight disruptive nature in changelog, cleanup a couple chnagelog descriptions.
2019-05-14 21:46:30 -05:00
Justin SB
686bf84eec
Update commitlog relnotes for 1.12.0
2019-05-14 15:45:10 -07:00
Justin SB
ba9a4afc43
apigroup -> kops.k8s.io: Tests & supporting changes
...
Autogenerated code, docs & test changes
Also a new test for the older "kops" apiGroup, to make sure that
continues to work.
2019-05-06 22:26:29 -04:00
Justin SB
547b5bbbb9
Update CLI docs
2019-05-06 13:44:41 -04:00
Justin SB
cd829c1a09
makefile: add gazelle alias for bazel-gazelle
2019-05-05 13:14:44 -04:00
Kubernetes Prow Robot
00782fd908
Merge pull request #6278 from elithrar/docs/state-store-easier
...
[docs] Use env var for state store examples
2019-04-24 12:22:26 -07:00
Mike Splain
208b510ccc
Merge branch 'master' into etcd3-doc
2019-04-18 16:48:45 -04:00
Justin SB
436d1a3489
1.12 release notes: populate list of PRs
2019-04-14 16:10:33 -04:00
Chris Stein
92e9b59998
include additional info on etcd-manager adoption
2019-04-12 15:57:05 -05:00
Vincent Latombe
a1af069ccb
Update authentication.md
...
Fixed a typo
2019-04-09 09:56:47 +02:00
Justin SB
207cbd5ebd
Improved release process docs
...
Even if we didn't pull over SSH (for example if we're running in CI),
we need to push the branch with over ssh.
2019-04-07 17:18:07 -07:00
Kubernetes Prow Robot
e0f353e8f4
Merge pull request #6714 from willthames/apiserver_feature_gate
...
Document kubeAPIServer featureGates
2019-04-06 18:28:25 -07:00
Will Thames
ec3216126c
Document kubeAPIServer featureGates
2019-04-05 11:11:13 +10:00
Peter Rifel
1bb98e6a97
Update dashboard instructions for accessing the dashboard addon
...
We might as well just reference the official instructions rather than duplicating them here.
2019-04-01 12:04:07 -07:00
Charles
5db03f5f05
fix spelling typo
...
apparently I can spell management correctly everywhere except here
2019-03-29 08:49:17 -07:00