Kubernetes Submit Queue
ee6762dbbe
Merge pull request #3908 from KashifSaadat/canal-calico-upgrade-steps
...
Automatic merge from submit-queue.
Updated 1.8 release notes to cover Canal manual upgrade steps.
2017-11-22 09:40:34 -08:00
Kubernetes Submit Queue
7a4ea8829a
Merge pull request #3826 from mikesplain/add_brew_devel_docs
...
Automatic merge from submit-queue.
Add homebrew devel and HEAD notes to docs.
2017-11-22 08:30:04 -08:00
Kashif Saadat
5ebde989be
Updated 1.8 release notes to cover Canal manual upgrade steps.
2017-11-22 15:25:34 +00:00
Kubernetes Submit Queue
3f2e537789
Merge pull request #3897 from Moshe-Immerman/patch-1
...
Automatic merge from submit-queue.
fix: paths in cluster_template.md
2017-11-21 15:32:01 -08:00
Kashif Saadat
79eef3cc6c
Support replacing kops secrets via force flag
2017-11-21 11:47:03 +00:00
Moshe-Immerman
a245e88c01
fix: paths in cluster_template.md
2017-11-21 06:25:54 +02:00
Mike Splain
ef30f0ea49
Add homebrew devel/HEAD notes to docs and cleanup
...
Added to brew in https://github.com/Homebrew/homebrew-core/pull/20464
2017-11-16 16:29:09 -05:00
Serge Ohl
d3254f47ed
Reload bot
2017-11-16 14:06:21 -05:00
Serge Ohl
414d907629
Add Exemple for instance group tagging
2017-11-16 13:46:51 -05:00
Kubernetes Submit Queue
e85abf06d7
Merge pull request #3856 from chrislovecnm/openapi-updates
...
Automatic merge from submit-queue.
updating api docs
/assign @justinsb @geojaz @andrewsykim
/approve
2017-11-14 20:48:45 -08:00
chrislovecnm
6c2caedfc0
updating api docs
2017-11-14 16:07:50 -07:00
Dan Murphy
f0c5b6a868
Update Additional user-data example
...
Looking at https://godoc.org/k8s.io/kops/pkg/apis/kops#InstanceGroupSpec and https://github.com/kubernetes/kops/pull/3633 , the field is `AdditionalUserData` not `ExtraUserData`
2017-11-14 18:27:20 +00:00
Justin Santa Barbara
3ab71d19ab
Tweak kops create ig flag to edit, not editor
...
As EDITOR is the env var used to configure the editor, which will be
confusing.
2017-11-14 03:17:19 -05:00
Kubernetes Submit Queue
ad50149769
Merge pull request #3787 from jchanam/master
...
Automatic merge from submit-queue.
Add edit flag so create instancegroup command is usable on scripts
Until now, the opening of an interactive editor when creating a new instance group was mandatory.
This this commit, a new flag is added, so this is now optional.
This commit is backwards compatible.
2017-11-13 21:47:37 -08:00
Kubernetes Submit Queue
83c54fb6dc
Merge pull request #3827 from chrislovecnm/openapi-updates
...
Automatic merge from submit-queue.
Updating API documentation
User data API values generatation
2017-11-13 21:12:47 -08:00
Kubernetes Submit Queue
ef08265e56
Merge pull request #3847 from discordianfish/add-horizontal-pod-autoscaler-delay
...
Automatic merge from submit-queue.
Add HPA up/downscale delay
Still need to test these changes.
2017-11-13 17:55:05 -08:00
Johannes 'fish' Ziemke
917e9dec38
Add HPA up/downscale delay
2017-11-13 15:50:37 +01:00
Julio Chana
9ca5f9ac98
Change no-edit flag to edit
2017-11-13 11:32:24 +01:00
Justin Santa Barbara
148a65e1ad
Fix CNI CPU allocations
...
* Limit each CNI provider to 100m
* Remove CPU limits - they cause serious problems
(https://github.com/kubernetes/kubernetes/issues/51135 ), but this also
makes the CPU allocation less problematic.
* Bump versions and start introducing the `-kops.1` suffix preemptively.
* Upgrade flannel to 0.9.0 as it fixes a lot.
2017-11-13 01:28:40 -05:00
Justin Santa Barbara
aff2e6a114
Fix resources for etcd-events
...
etcd-events only requests 100m, otherwise we run out of cpu on a 1
core master.
2017-11-13 00:34:39 -05:00
Shashank Tomar
e1b5c291d1
Fixed the broken link for aws doc.
2017-11-11 19:04:54 +05:30
chrislovecnm
cd37a85dcd
Updating api documentation
2017-11-10 11:41:41 -07:00
Julio Chana
a32da0748d
Generate cli docs
2017-11-10 14:06:38 +01:00
Kubernetes Submit Queue
f86367ac7d
Merge pull request #3815 from chrislovecnm/san-api-update
...
Automatic merge from submit-queue.
san api update
Missed api update.
/assign @geojaz @andrewsykim
2017-11-10 03:55:49 -08:00
Kubernetes Submit Queue
c6071f3ec1
Merge pull request #3810 from mikesplain/update_docs_for_1.7.1
...
Automatic merge from submit-queue.
Update docs for 1.7.1
2017-11-09 21:03:23 -08:00
Kubernetes Submit Queue
822b84ee69
Merge pull request #3811 from ahrkrak/patch-1
...
Automatic merge from submit-queue.
Consolidate two separate CNI sections
There was a second section about CNI that was confusing since it was superfluous to the first one.
Also updated a couple of calico references from version-pinned to 'latest'.
2017-11-09 21:03:19 -08:00
chrislovecnm
6de1828e14
updating api reference docs
2017-11-09 14:32:57 -07:00
Mike Splain
a6e7f974b9
Update docs for 1.7.1
2017-11-09 13:34:03 -05:00
Andy Randall
d1312f4059
Consolidate two separate CNI sections
...
Also updated a couple of calico references from version-pinned to 'latest'
2017-11-09 09:58:42 -08:00
Rodrigo Menezes
3cfa67c3e6
Merge remote-tracking branch 'upstream/master' into extra_user-data
2017-11-08 22:20:54 -08:00
Rohith
80c2bb903b
Toolbox Templating Docs
...
- adding additional documentation about the toolbox template command
2017-11-08 16:51:34 +00:00
Rodrigo Menezes
1fe56a1603
Move user-data to IG spec
2017-11-06 23:25:37 -08:00
Justin Santa Barbara
b4a8823bb9
Add PRs to 1.8 release notes
2017-11-07 00:54:52 -05:00
Justin Santa Barbara
07c221bf6b
Merge branch 'master' into feature/kops-add-master-public-name
2017-11-06 22:58:57 -05:00
Kubernetes Submit Queue
308b2071d0
Merge pull request #3774 from chrislovecnm/api-docs-updates
...
Automatic merge from submit-queue.
updating api documentation
2017-11-06 09:49:15 -08:00
chrislovecnm
a25b5d7364
adding -y to various commands that use --yes. kops create,
...
rolling-update and update now include -y.
2017-11-05 17:33:24 -07:00
chrislovecnm
9e2f4080b3
updating api documentation
2017-11-05 17:13:47 -07:00
Rodrigo Menezes
565afae2c6
Merge remote-tracking branch 'upstream/master' into extra_user-data
2017-11-04 17:06:43 -07:00
chrislovecnm
4c82a6d5d4
Fixing YAML and JSON output across multiple cli functions. Also
...
Added --dry-run for create_ig and create_cluster
2017-11-04 17:04:44 -06:00
Manuel de Brito Fontes
236cb0f188
Add makefile target to check markdown links
2017-11-02 19:19:15 -03:00
Kubernetes Submit Queue
2842ed1410
Merge pull request #3747 from gambol99/docs
...
Automatic merge from submit-queue.
Audit Policy Docs
2017-10-31 17:20:01 -07:00
Rohith
b3d4dd9911
Audit Policy Docs
...
- adding some documentation on the audit policy
2017-10-31 22:57:23 +00:00
Rodrigo Menezes
58faa71d89
Merge remote-tracking branch 'origin/master' into extra_user-data
2017-10-30 20:44:00 -07:00
Kubernetes Submit Queue
c1c1d6bbcc
Merge pull request #3732 from KashifSaadat/iam-roles-documentation
...
Automatic merge from submit-queue.
Update IAM roles documentation based on recent changes.
The [IAM Roles documentation](https://github.com/kubernetes/kops/blob/master/docs/iam_roles.md ) has been updated to reflect recent hardening on the policies generated for Master & Compute nodes.
Fixes #3557 .
2017-10-30 17:55:20 -07:00
Reinaldo Martinez
cf66ee40c1
Changes on examples
2017-10-30 17:22:10 -04:00
Reinaldo Martinez
e06b5f9a17
Added new example with a route53 subdomain
2017-10-30 17:22:10 -04:00
Reinaldo Martinez
9e3f0af14c
Added new practical example with private networking and the use of bastions
2017-10-30 17:22:09 -04:00
Kashif Saadat
1dea528a0e
Update IAM roles documentation based on recent changes.
2017-10-30 16:41:55 +00:00
Rohith
0e2e20bc15
Kops Templating
...
Adding an extra option to the toolbox templating to format the YAML before writing out; which is usefull to cleanup formating issues and as detecting errors in the template
- added a formating options --format-yaml to the toolbox template which cleans up the yaml before writing out
- updated the cli documentation
- added the --config-value used to grab the configuration
2017-10-30 12:05:11 +00:00
Justin Santa Barbara
89fddb22de
Add initial docs for how to rotate a CA keypair
2017-10-29 20:52:54 -04:00