Commit Graph

1264 Commits

Author SHA1 Message Date
Andrew Louis 8aa36ac2fe Fix minor typo in DO tutorial 2018-06-23 16:16:14 -04:00
k8s-ci-robot 100768200b
Merge pull request #5348 from AdamDang/patch-6
Typo fix in documentation.md
2018-06-21 19:44:46 -07:00
AdamDang ddf5175342
Update documentation.md 2018-06-20 10:05:42 +08:00
AdamDang 0f9ccbfee2
Typo fix in documentation.md
Line 5: for it's CLI implementation->for its CLI implementation
Line 20: that these are ->that are
2018-06-19 23:05:10 +08:00
Justin Santa Barbara 1af610a6c4 Use fast-retry and cleanup task options for tests
The launch configuration test exposed that our integration tests don't
retry for very long, and wait a long time in between retries.

Create a RunTasksOptions type to hold the parameters, in particular
max task time, and the amount of time we wait when all tasks have
failed.
2018-06-18 00:04:23 -04:00
k8s-ci-robot 127e031948
Merge pull request #5256 from justinsb/dont_autoload_key_on_gce
Don't autoload SSH key on GCE
2018-06-17 08:38:29 -07:00
Justin Santa Barbara 1549b6e961 Don't autoload SSH key on GCE
This lets us merge #5056
2018-06-17 09:11:06 -04:00
Justin Santa Barbara fc75536c3f Fix typo: HONE -> HOME 2018-06-11 12:34:54 -04:00
Justin Santa Barbara b334650c68
Merge branch 'master' into feature-2435-s3configfile 2018-06-11 11:53:23 -04:00
Justin Santa Barbara e05dbb3177
Merge pull request #5146 from kaspernissen/master
fix broken link to example policy file in the cluster_spec docs
2018-06-11 10:42:26 -04:00
Kasper Nissen 9e18a95dd2 fix broken link to example policy file in the cluster_spec docs 2018-06-11 07:10:42 +02:00
k8s-ci-robot f470e77139
Merge pull request #5072 from bhack/patch-2
Add hooks example for cachefiled
2018-06-10 20:25:00 -07:00
k8s-ci-robot dd3381dc89
Merge pull request #5194 from chrisz100/feature/s3_bucket_encryption
Feature/s3 bucket encryption - Implements PR #4235
2018-06-10 15:32:01 -07:00
k8s-ci-robot 1b29b54d5b
Merge pull request #4171 from rifelpet/rifelpet_iam
Add support for external IAM Instance Profiles
2018-06-10 14:54:00 -07:00
k8s-ci-robot 06224f2984
Merge pull request #4985 from xianlubird/master
Fix typo
2018-06-08 16:42:58 -07:00
Peter Rifel 5f0b63100d Add support for using existing instance profiles 2018-06-08 10:33:09 -07:00
Justin Santa Barbara ef5936d8b5 Support overlay2 in docker
We also have to stop passing the flag on ContainerOS, because it's set
in /etc/docker/default.json and it's now an error to pass the flag.

That in turn means we move those options to code, which are the last of
those legacy config options.  (We still have a few tasks declaratively
defined though)
2018-06-07 17:11:11 -04:00
k8s-ci-robot 0afac24a4f
Merge pull request #5284 from noinarisak/kops_edit_instancegroup_correction
Update kops_edit_instancegroup.go and kops_edit_instancegroup.md
2018-06-06 14:28:24 -07:00
Noi Narisak 4bc3155edb Update kops_edit_instancegroup.go and kops_edit_instancegroup.md
Update the Example section. Was trying to use command example and discovered that `node` gave any error. Changing it `node` to `nodes` resolve it.
2018-06-06 15:02:57 -05:00
k8s-ci-robot 1fe29cf962
Merge pull request #5277 from gambol99/misspelling
Verify Spelling
2018-06-06 08:57:26 -07:00
Rohith 67296c2db9 - fixing up the spelling mistakes found 2018-06-06 10:03:51 +01:00
Rodrigo Menezes 11b3da7a87 Clarify the usage of the --state flag. 2018-06-05 09:48:14 -07:00
k8s-ci-robot 775b877a10
Merge pull request #5197 from rdrgmnzs/heptio_authenticator
Setup heptio authenticator
2018-06-01 07:12:55 -07:00
k8s-ci-robot c83dbc1119
Merge pull request #5140 from gianrubio/prom-operator-addon
Create addon for prometheus-operator
2018-05-30 09:34:52 -07:00
k8s-ci-robot 195dee380b
Merge pull request #5150 from ihoegen/master
Add stdin support for create -f and replace -f
2018-05-26 15:09:31 -07:00
k8s-ci-robot 2bf7b20a9f
Merge pull request #5160 from AdamDang/patch-3
Typo fix: attatch->attach
2018-05-26 14:22:31 -07:00
Justin Santa Barbara 969a164410 Create initial docs for etcd-manager 2018-05-25 12:52:23 -07:00
Federico Hernandez c31b3c73a6 Updated example for dashboard installation to 1.8.3 2018-05-24 10:11:11 +02:00
Rodrigo Menezes 5ce8f9e712 Setup heptio authenticator 2018-05-23 17:48:33 -07:00
k8s-ci-robot ee8252e323
Merge pull request #5182 from wendorf/replace-force
1.8 release notes correctly note `replace --force`
2018-05-23 13:56:31 -07:00
k8s-ci-robot d4a5609f34
Merge pull request #5181 from recollir/documentation-kubelet-amazon-vpc-backend
Documentation - cloudProvider required in kubelet spec with Amazon VPC backend
2018-05-23 06:55:33 -07:00
Christian Jantz 6fba37ea63 Merge branch 'master' of github.com:gekart/kops into feature/s3_bucket_encryption 2018-05-23 10:49:21 +02:00
Dan Wendorf bd2dea1fd2 1.8 release notes correctly note `replace --force`
`kops replace --create` was replaced with `kops replace --force`, but
the release notes were not updated to match this.

When merging, https://github.com/kubernetes/kops/releases/tag/1.8.0 should be
manually updated to match this change.

fixes #4012
2018-05-18 12:29:28 -07:00
Federico Hernandez 626a7360c5 cloudProvider required in kubelet spec with Amazon VPC backend 2018-05-18 13:33:26 +02:00
Federico Hernandez 499d035831 Documentation - networking Amazon VPC backend 2018-05-18 11:30:21 +02:00
AdamDang aecf5f0ba7
Typo fix: attatch->attach
attatch->attach
2018-05-16 00:11:30 +08:00
Ian Hoegen ae8bdf08c5 Add stdin support for create -f and replace -f 2018-05-14 13:29:37 -07:00
k8s-ci-robot d344951f91
Merge pull request #5151 from relu/shared-nat-instace-egress-docs
Update docs regarding shared NAT Instances setup
2018-05-13 10:20:24 -07:00
AdamDang b39b1ca2cb
Correct all the word "cluster" to be in lowercase
In the main text of this doc, We can see "cluster" "Cluster" "clusters" "Clusters".
My suggestion: in lowercase.
2018-05-13 21:38:06 +08:00
AdamDang 60551b36e9
[instance_groups.md] typo: recieve->receive
Fix a typo: recieve->receive
2018-05-13 15:45:47 +08:00
k8s-ci-robot 6ef4e5fc54
Merge pull request #4994 from yulng/patch-2
fix:please N/A should be " Not Applicable"
2018-05-12 13:55:25 -07:00
Aurel Canciu 8fbdddbc4a
Update docs regarding shared NAT Instances setup 2018-05-12 23:17:45 +03:00
k8s-ci-robot cbf7b0886e
Merge pull request #5122 from justinsb/rolling_update_by_role
Allow rolling-update to filter on roles
2018-05-11 10:50:30 -07:00
k8s-ci-robot cc25a5a977
Merge pull request #4041 from rajansandeep/corednskops
CoreDNS in Kops as an addon
2018-05-10 15:26:54 -07:00
Giancarlo Rubio 15f95be9b3 Create addon for prometheus-operator 2018-05-10 20:05:39 +02:00
k8s-ci-robot bb2036ef96
Merge pull request #5113 from iMartyn/kops-logo
Adds new kops logo
2018-05-09 18:38:04 -07:00
Justin Santa Barbara ffd57062aa Allow rolling-update to filter on roles
This is important for the e2e upgrade tests
2018-05-09 12:00:12 -04:00
AdamDang bb623dbc92
Update kops_validate_cluster.md 2018-05-09 23:35:51 +08:00
AdamDang 7aaf10273a
Update kops_validate.md 2018-05-09 23:35:11 +08:00
Martyn Ranyard 6fd816dfb8 Adds new kops logo 2018-05-07 20:30:28 +01:00
AdamDang 6d8b6a9633
Update upgrade_from_kops_1.6_to_1.7_calico_cidr_migration.md 2018-05-05 14:02:20 +08:00
k8s-ci-robot 7ed7dc21e2
Merge pull request #5067 from AdamDang/patch-33
Typo fix detaults->defaults
2018-05-04 05:55:51 -07:00
k8s-ci-robot dbdfb5b317
Merge pull request #5094 from tsupertramp/add-more-tags-to-run-in-existing-vpc-docs
Add SubnetType tags to run_in_existing_vpc docs
2018-05-03 09:34:53 -07:00
k8s-ci-robot e8c91f7f57
Merge pull request #5091 from AdamDang/patch-14
Typo fix: wil->will
2018-05-03 03:52:51 -07:00
k8s-ci-robot 91ad5c8d9e
Merge pull request #5081 from fgrehm/patch-1
Note that `kops rolling-update` is required after tf apply
2018-05-03 03:06:52 -07:00
Matt Dougherty ff17e6f556 Add useRawManifest option to hook spec
When "useRawManifest" is set to true in the hook spec, the contents of
the "manifest" field are used unmodified as a systemd unit. The
"before" and "requires" fields are ignored, kops will not construct
the "[Unit]" section of the systemd unit file, and kops will not add a
"[Service]" header.

This gives operators access to the full suite of options available in
the "[Unit]" section, and also allows creation of unit files which
don't contain a "[Service]" section (for example, .swap units; see
https://www.freedesktop.org/software/systemd/man/systemd.swap.html).

Because this functionality is gated behind a new option, backwards
compatibility is preserved for hooks currently being created using the
old style.
2018-05-02 16:31:05 -07:00
Matt Dougherty 68f50ec106 Fix indentation in hook example in cluster_spec doc 2018-05-02 16:31:05 -07:00
Thomas Peitz d9ec15ec3b
Add SubnetType tags to run_in_existing_vpc docs 2018-05-02 21:20:26 +02:00
AdamDang b3d5f6af8d
Update index.html 2018-05-02 19:05:38 +08:00
AdamDang f49bd53a87
Update _generated_accessspec_v1alpha2_kops_definition.md 2018-05-02 19:02:25 +08:00
Manuel de Brito Fontes 6b205e599a
Generate live project documentation using mkdocs and gh-pages 2018-05-01 15:10:09 -03:00
AdamDang 236f04eed0
Typo fix in vsphere-development-status.md: secrete->secret
secrete->secret
2018-04-30 23:07:38 +08:00
Fabio Rehm 9efc769eb9
Note that `kops rolling-update` is required after tf apply
Closes https://github.com/kubernetes/kops/issues/4740
2018-04-29 19:50:55 -03:00
AdamDang a759b58e4c
Update manifests_and_customizing_via_api.md 2018-04-29 14:51:38 +08:00
AdamDang 7d9bb0dcd7
Update node_resource_handling.md 2018-04-29 14:50:45 +08:00
AdamDang 8528f375aa
Typo fix in 1.9-NOTES.md: compatability->compatibility
compatability->compatibility
2018-04-27 23:51:19 +08:00
bhack b94b740789
Add hooks example for cachefiled 2018-04-27 16:25:59 +02:00
AdamDang 05dd9ae302
Typo fix in addons.md
Two changes:
Kubernetes is in capital and lowercase letters.
addons is ->addons are
2018-04-26 23:24:22 +08:00
AdamDang e83b5991ac
Update index.html 2018-04-26 20:51:29 +08:00
Julien SENON 1db9691901
Update after make gen-cli-docs 2018-04-25 00:10:30 +02:00
Julien SENON 1408fc9aca
Remove unecessary println, add comment for /Users/julien and windows, update docs 2018-04-22 16:50:14 +02:00
Julien SENON 9829245f3f
Generate make gen-cli-docs 2018-04-22 16:50:14 +02:00
Julien SENON 7889421dcd
Update documentation with state store oonfiguration explanation 2018-04-22 16:45:47 +02:00
AdamDang 4ff197afe2
Update instance_groups.md
aditional->additional
2018-04-22 09:50:58 +08:00
AdamDang 6c71c773ef
Update index.html
aditional->additional
2018-04-22 09:49:12 +08:00
Sandeep Rajan eaac019e34 CoreDNS in kops as an addon
fix test
2018-04-20 17:03:17 -04:00
k8s-ci-robot c0a94f6194
Merge pull request #4993 from yulng/patch-1
fix :"rbac" should be "RBAC"
2018-04-20 08:00:59 -07:00
k8s-ci-robot dc3f9e1bdd
Merge pull request #5016 from Raffo/patch-1
Fixes environment variable export.
2018-04-20 02:04:59 -07:00
Justin Santa Barbara 738cadb45a Update generated docs 2018-04-18 21:02:22 -04:00
Raffaele Di Fazio c52d6cd1c1
Fix additional typo (ZONE -> ZONES) 2018-04-17 13:28:31 +02:00
Raffaele Di Fazio 64cb7396c6
Fixes environment variable export. 2018-04-17 13:23:53 +02:00
yulng 0974583a84
Not Applicable
Not Applicable
2018-04-14 16:26:22 +08:00
yulng d2d3f26d51
RBAC
RBAC
2018-04-14 16:16:37 +08:00
Xianlu Bird f5ee73c2a7
Fix typo 2018-04-13 12:02:07 +08:00
andrewsykim 6a3d9dc46f digitalocean tutorial 2018-04-12 00:30:43 -04:00
Justin Santa Barbara bde1576b73 Add initial 1.9.0 notes 2018-04-11 13:38:05 -04:00
k8s-ci-robot ad4fa4d872
Merge pull request #4944 from tombull/patch-1
Add warning about google cloud repository versions
2018-04-09 13:46:24 -07:00
k8s-ci-robot 6b40b0d56f
Merge pull request #4929 from AdamDang/patch-14
Typo fix dont'->don't
2018-04-09 12:06:29 -07:00
k8s-ci-robot 2fb37cdcea
Merge pull request #4934 from ofersadgat/patch-1
Update the reccomended Ubuntu Image
2018-04-09 12:06:24 -07:00
Tom Bull 6b4c3dcba1
Add warning about google cloud repository versions
I spent nearly a day trying to figure out what had gone wrong with repeated installations. Turns out google doesn't build and release every version of etcd to gcr - just random ones that they feel like. The documentation is updated to reflect that kops uses gcr for its etcd images and to check the gcr before just putting any version number.
2018-04-09 15:41:02 +08:00
John Albietz b68e1be1af
Fix spelling 2018-04-08 12:59:27 -07:00
ofersadgat e0b571c5e0
Update the reccomended Ubuntu Image
The old image is plain broken in kubernetes. No docker container has internet access while using that image and this upgrade fixes that.
2018-04-06 13:13:05 -07:00
Mike Splain 92a05287c4
Fix typo in api_updates 2018-04-06 13:04:35 -04:00
AdamDang 7d3ac54878
Typo fix DONT->DON'T
Typo fix DONT->DON'T
2018-04-06 09:50:06 +08:00
AdamDang 3f2a56c32d
Typo fix DONT->DON'T
Typo fix DONT->DON'T
2018-04-06 09:48:44 +08:00
AdamDang 018af14043
Typo fix dont'->don't
a small typo fix dont'->don't
2018-04-06 09:42:35 +08:00
k8s-ci-robot 0f0a2f697e
Merge pull request #4902 from sunlintong/slt-6
three spell mistakes
2018-04-04 07:58:09 -07:00
k8s-ci-robot 4c78e596a0
Merge pull request #4904 from sunlintong/slt-7
three spell mistakes
2018-04-04 07:19:08 -07:00
k8s-ci-robot 3e56125a2c
Merge pull request #4905 from sunlintong/slt-8
update vsphere-development-status.md
2018-04-04 06:37:08 -07:00
sunlintong 7005321396 Outout --> Output 2018-04-04 16:46:42 +08:00
sunlintong fd04d7e74e commiting --> committing 2018-04-04 16:46:01 +08:00
sunlintong c9fed689d0 inclues --> includes 2018-04-04 16:44:37 +08:00
sunlintong fe9c84ed14 investination --> investigation 2018-04-04 16:43:57 +08:00
sunlintong 59f588870c similiarly --> similarly 2018-04-04 16:25:08 +08:00
sunlintong bf30611c5c varibales --> variables 2018-04-04 16:23:34 +08:00
sunlintong 8d36bb8d9d Verifiy --> Verify 2018-04-04 16:14:58 +08:00
sunlintong 80ea7999ca explictly --> explicitly 2018-04-04 16:09:09 +08:00
sunlintong fbba76dee0 enought --> enough 2018-04-04 16:02:39 +08:00
sunlintong 0f3b02203e mycuster.yaml --> mycluster.yaml 2018-04-04 15:55:12 +08:00
k8s-ci-robot e9b6a4544e
Merge pull request #4883 from sunlintong/slt-2
update two file
2018-04-03 08:21:34 -07:00
k8s-ci-robot f020a519bd
Merge pull request #4884 from sunlintong/slt-3
fix spell mistakes in cluster_spec.md
2018-04-03 08:21:28 -07:00
k8s-ci-robot 12badd7c01
Merge pull request #4885 from sunlintong/slt-4
update download_config.md
2018-04-03 08:21:23 -07:00
k8s-ci-robot c6636a42fa
Merge pull request #4891 from justinsb/document_ports
Document the ports we use, to avoid conflicts
2018-04-03 08:21:17 -07:00
k8s-ci-robot 1c97695519
Merge pull request #4886 from sunlintong/slt-1
correct spell in the code and the relative doc
2018-04-03 07:40:24 -07:00
k8s-ci-robot a46e3f1b70
Merge pull request #4887 from sunlintong/slt-5
spell correct
2018-04-03 07:40:19 -07:00
Justin Santa Barbara b914c09f21 Document the ports we use, to avoid conflicts 2018-04-03 06:48:43 -07:00
sunlintong 8351cfb6d7 instance_groups.md 2018-04-03 17:01:50 +08:00
sunlintong f1eebb0c12 etcd_backup.md 2018-04-03 16:52:50 +08:00
sunlintong e735414448 add 2018-04-03 16:46:09 +08:00
sunlintong ee076b0cbb clsuter --> cluster 2018-04-03 16:36:44 +08:00
sunlintong 8aede7bcb9 seperate --> separate 2018-04-03 16:36:06 +08:00
Joakim Karlsson a4b58e2f6b removed sed hack to get AMI image 2018-04-03 10:31:03 +02:00
sunlintong 140a56ee93 fix spell mistakes in cluster_spec.md 2018-04-03 16:23:55 +08:00
sunlintong 3e8f1734d8 spell... 2018-04-03 16:11:44 +08:00
k8s-ci-robot 8bbbc8840a
Merge pull request #4861 from sunlintong/feature-3
spell depedencies --> dependencies
2018-04-02 08:02:14 -07:00
k8s-ci-robot d7cbe3307b
Merge pull request #4865 from sunlintong/feature-6
two spell mistake
2018-04-02 06:41:13 -07:00
k8s-ci-robot edc0f5ce8d
Merge pull request #4864 from sunlintong/feature-5
update basic-requirements.md
2018-04-02 05:54:02 -07:00
sunlintong 90e3376033 add 2018-04-02 16:12:52 +08:00
sunlintong 96d550ada2 spell... 2018-04-02 16:01:48 +08:00
sunlintong 8345f6a66b update basic-requirements.md 2018-04-02 15:37:39 +08:00
sunlintong faa6485bd9 depedencies --> dependencies 2018-04-02 14:50:47 +08:00
k8s-ci-robot 516daa0ac1
Merge pull request #4581 from itskingori/add_metrics_server_addon
Add metrics-server addon
2018-04-01 22:25:03 -07:00
k8s-ci-robot fc1bed4353
Merge pull request #4224 from nebril/cilium-support
Add Cilium as CNI plugin
2018-03-26 07:49:02 -07:00
k8s-ci-robot 5cda02ca2b
Merge pull request #4695 from vendrov/instnace_monitroing_support
Add support for instance monitoring
2018-03-25 14:17:01 -07:00
AdamDang e3f44b4905
Update addon_manager.md
"the problem is arises in the following scenario" has a grammatical error.
"is" should be removed.
2018-03-24 22:43:17 +08:00
k8s-ci-robot 03bc6f0ade
Merge pull request #4754 from AdamDang/patch-5
Update networking.md
2018-03-22 09:41:19 -07:00
k8s-ci-robot 5eda16d1c3
Merge pull request #4755 from kmaris/patch-1
Update aws.md
2018-03-22 09:41:13 -07:00
k8s-ci-robot 13d8583d96
Merge pull request #4756 from AdamDang/patch-6
Update cluster_upgrades_and_migrations.md
2018-03-22 09:41:03 -07:00
AdamDang 44aafce433
Update cluster_upgrades_and_migrations.md
a spell error
2018-03-22 20:49:03 +08:00
Kevin Maris 7ce2e3e474
Update aws.md
Fix grammar.
2018-03-22 05:57:28 -06:00
AdamDang 70b554a5cb
Update networking.md
"Kubernetes appears 12 times in main text of this doc, except links, 9 in capital,3 in lower case. 
It's better to be same.
2018-03-22 17:27:22 +08:00
AdamDang 42e3e45c8d
Update instance_groups.md
"instancegroup" and "instance group" appear in one sentence. It's better to use same format.
2018-03-22 15:39:36 +08:00
devops d734f35126 Add support for instance monitoring
Add API backward comptability

Add api generated files

documenting detailed-monitoring

instance-group json typo

Update test expected result
to support enable_monitroing

Add instance-monitroing support to CF

Improve doc, test and rename InstanceMonitoring

Rename instnace-monitoring to fit the YAML kops form

typo detailedInstanceMonitoring
2018-03-21 23:06:38 +02:00
Przemysław Dąbek a94eee33c8 cluser => cluster 2018-03-21 07:35:12 +01:00
Maciej Kwiek bca52dede9 Add Cilium as CNI plugin
Signed-off-by: Maciej Kwiek <maciej@covalent.io>
2018-03-20 13:07:26 +01:00
k8s-ci-robot 98ba08f496
Merge pull request #4589 from felipejfc/master
[Calico] Fix delay setting up ip routes in new nodes
2018-03-17 14:10:25 -07:00
k8s-ci-robot 8efbb63cc9
Merge pull request #4686 from muhongwei/mhw_branch2
fix 'confimap'->'configmap'
2018-03-15 21:25:22 -07:00
muhongwei 7278d249b5 fix 'confimap'->'configmap' 2018-03-16 10:59:52 +08:00
AdamDang a8aded4fc0
Typo fix "commmand"->"command"
"commmand"->"command"
2018-03-15 19:35:52 +08:00
Felipe Cavalcanti e9ef618b14 apply a rolling strategy to calico-node daemonset, improve docs 2018-03-12 15:16:08 -03:00
k8s-ci-robot 64a734fd3a
Merge pull request #4624 from AdamDang/patch-9
Typo fix "Kubernetes 1.9"->"Kubernetes v1.9"
2018-03-10 15:12:11 -08:00
k8s-ci-robot eb4ed3ab51
Merge pull request #4625 from AdamDang/patch-10
Typo fix "previouslly"->"previously"
2018-03-10 12:42:22 -08:00
k8s-ci-robot 1691cf0c58
Merge pull request #4638 from AdamDang/patch-16
Typo delete duplicated "is ", "utilty"->"utility"
2018-03-10 12:42:12 -08:00
k8s-ci-robot 653d2e46a8
Merge pull request #4626 from AdamDang/patch-11
Typo fix "need"->"needs", delete duplicated "."
2018-03-10 12:05:30 -08:00
k8s-ci-robot 125baa6ade
Merge pull request #4631 from peterkuiper/fix-typo-instance-groups-md
Fixed typo, us-central should be eu-central
2018-03-10 12:05:25 -08:00
k8s-ci-robot 41d4b6ca5d
Merge pull request #4636 from AdamDang/patch-14
Typo delete duplicated "our", fix "reacheable"->"reachable"
2018-03-10 12:05:20 -08:00
k8s-ci-robot cc3b5f8819
Merge pull request #4637 from AdamDang/patch-15
Typo "offical"->"official"
2018-03-10 12:05:10 -08:00
k8s-ci-robot f6968998c4
Merge pull request #4621 from AdamDang/patch-7
Typo instance group ->"InstanceGroup"
2018-03-10 11:29:20 -08:00
k8s-ci-robot eb573a6f1c
Merge pull request #4622 from AdamDang/patch-8
Typo fix "provides"->"provide"
2018-03-10 11:29:11 -08:00
AdamDang 02c0115043
Typo delete duplicated "is ", "utilty"->"utility"
In "The upgrade is will occur once the channels utilty picks up the change within a
few minutes.", “is” is superfluous.
"utilty" is wrong word, should be utility here.
2018-03-10 10:07:44 +08:00
AdamDang 6e498cb3f9
Typo "offical"->"official"
It should be "official" here.
2018-03-10 09:57:51 +08:00
AdamDang b955fb5b2f
Typo delete duplicated "our", fix "reacheable"->"reachable"
1. delete duplicated "our" in line 40.
2. fix "reacheable"->"reachable"
2018-03-10 07:39:55 +08:00
k8s-ci-robot d46f35539f
Merge pull request #4628 from AdamDang/patch-13
Typo fix "etcd manager"->"etcd-manager"
2018-03-09 13:06:10 -08:00
Peter Kuiper df75871f65 Fixed typo, us-central should be eu-central 2018-03-09 22:06:05 +01:00
Kyle Rockman 8382cbbe57 redo documenation generation after PR changes 2018-03-09 10:21:24 -06:00
Kyle Rockman 148655da1f recompile documentation 2018-03-09 10:14:00 -06:00
AdamDang e01a8ff5de
Typo fix "etcd manager"->"etcd-manager"
In this doc,  "etcd-manager" is written as "“etcd-manager", while in line 28 "etcd manager"
2018-03-09 20:25:21 +08:00
AdamDang 9957d2938e
Typo fix "need"->"needs", delete duplicated "."
1. "our cluster name need to include the string..." is not correct. should use "needs" here.
2. "Can you see your masters ?."  the "." is not needed.
2018-03-09 14:05:03 +08:00
AdamDang ed12eab597
Typo fix "previouslly"->"previously"
"previouslly" is not correct.
2018-03-09 13:51:59 +08:00
AdamDang 631547561c
Typo fix "Kubernetes 1.9"->"Kubernetes v1.9"
In this doc, a Kubernetes Version is written as "Kubernetes 1.x" and "Kubernetes v1.x" , for a serious doc, it needs to keep consistency.
2018-03-09 13:37:48 +08:00
AdamDang b7acc4db8c
Typo fix "provides"->"provide"
a grammatical error in line 4: "ignore ....; provides .... "
2018-03-09 13:24:50 +08:00
AdamDang 3970776ac1
Typo instance group ->"InstanceGroup"
"InstanceGroup" is written as "instance group", "instancegroup" and "InstanceGroup" in this doc.
It's a kops model, so needs to be written in same way.
2018-03-09 13:17:09 +08:00
k8s-ci-robot de9e728d5e
Merge pull request #4609 from AdamDang/patch-5
Typo delete duplicated "a a"
2018-03-08 18:46:20 -08:00
AdamDang 46652706e7
Typo fix "failes"->"fails"
"failes" is an error, should be fails or failure.
2018-03-08 18:08:24 +08:00
AdamDang a8c2546c63
Typo delete duplicated "a a"
"a a" is duplicated in line 38
2018-03-08 17:45:26 +08:00
k8s-ci-robot d4ad040c5c
Merge pull request #4577 from AdamDang/patch-2
Typo fix "kubernetes"->"Kubernetes"
2018-03-07 15:07:02 -08:00
k8s-ci-robot fdc72d333d
Merge pull request #4600 from AdamDang/patch-4
Typo delete duplicated word
2018-03-07 15:06:52 -08:00
Grischa Ekart 7c41e35bbc Implement AWS Default Bucket Encryption PR #4235 2018-03-07 23:26:28 +01:00
Sanket Patel 86a2637044
Update aws.md
Minor typo. publically -> publicly
2018-03-07 13:09:13 -06:00
AdamDang 6400f5148e
Typo delete duplicated word
"you can also rerun rerun" has a duplicated word "rerun".
2018-03-07 13:30:45 +08:00
k8s-ci-robot 2b4af48489
Merge pull request #4576 from AdamDang/patch-1
Typo fix "NAT Gateways" -> "NAT gateways"
2018-03-06 19:42:54 -08:00
Felipe Cavalcanti 4d7d8b86b3 roll back calico version in bootstrapchannelbuilder to 2.6.7, increment the suffix and little docs improvement 2018-03-06 19:43:00 -03:00
King'ori Maina d56a736cba
Link to addon installation steps in HPA docs 2018-03-06 20:17:27 +02:00
Felipe Cavalcanti 468d941d99 [Calico] Activate node controller in calico-kube-controllers and add CALICO_K8S_NODE_REF in calico-node, this commit fixes #3224 and #4533 2018-03-06 12:33:26 -03:00
King'ori Maina 929f299fac
Add caveat for nasty k8s 1.8 API aggregation layer bug 2018-03-05 19:59:01 +02:00
King'ori Maina 472604cac3
Add notes on registration of resource and custom metrics API servers 2018-03-05 19:04:28 +02:00
King'ori Maina 127ac0df4f
Update docs to make them clearer 2018-03-05 19:01:38 +02:00
King'ori Maina c41b30e487
Add link to HPA docs in cluster spec docs 2018-03-05 18:43:47 +02:00
King'ori Maina b294016e4d
Fix incorrect link text 2018-03-05 18:43:47 +02:00
King'ori Maina 91a6a9aa36
Remove unnecessary fullstops 2018-03-05 18:43:47 +02:00
King'ori Maina 3e178c814d
Add comprehensive horizontal pod autoscaling documentation 2018-03-05 18:43:46 +02:00
AdamDang 3e2fd0a2f0
Typo fix "kubernetes"->"Kubernetes"
"kubernetes cluster" is written in lower-case in line 5 , while  in capitals in line 9 .
2018-03-05 17:34:47 +08:00
AdamDang 6682eae771
Typo fix "NAT Gateways" -> "NAT gateways"
"NAT gateway" appears 3 times in this doc. Two are "NAT gateway" ,while one is "NAT Gateway" . They should be kept consistency.
2018-03-05 14:04:05 +08:00
k8s-ci-robot 1c75f47510
Merge pull request #4526 from mad01/custom-ca
custom ca new implementation of #2924
2018-03-01 12:52:28 -08:00
Alexander Brandstedt 62ab65e8e3 implementation custom ca cert and key #2924
- implementing as new subcommand keypair to secret
- rename of LoadPEMCertificate to ParsePEMCertificate to have
  the same naming of parsing of certificate/private key bytes in
  the same package result is
    pki.ParsePEMPrivateKey(privateKeyBytes)
    pki.ParsePEMCertificate(certBytes)
2018-03-01 09:50:04 +01:00
k8s-ci-robot 533d0a72b1
Merge pull request #4474 from justinsb/etcd_manager_roadmap
Add (proposed) roadmap for etcd
2018-02-28 16:03:55 -08:00
k8s-ci-robot 6ff0a64f0f
Merge pull request #4528 from Globegitter/patch-3
Moving from one IG w multiple AZs to one IG per AZ
2018-02-28 08:00:50 -08:00
Markus Padourek f5408e3bba
Fix typo 2018-02-28 11:03:35 +01:00
k8s-ci-robot 3b78618327
Merge pull request #4302 from sethpollack/eip
Add option for using existing EIP's
2018-02-27 22:27:46 -08:00
k8s-ci-robot 7b31187e9f
Merge pull request #4519 from syndbg/patch-1
Clarify few things in Running an existing VPC
2018-02-27 20:52:47 -08:00