Commit Graph

1666 Commits

Author SHA1 Message Date
Justin SB d42273c448
Release notes for 1.17.0-alpha.4 2020-02-11 00:10:12 -05:00
Justin SB 2a611edb9e
Release notes for 1.16.0-beta.2 2020-02-10 16:22:52 -05:00
Justin SB bc7e130006
Release notes for 1.15.2 2020-02-07 17:44:09 -05:00
Justin SB ba4012c5d1
Release notes for 1.17.0-alpha.3 2020-02-06 11:23:34 -05:00
Justin SB 09b1502951
Release notes for 1.18.0-alpha.2 2020-02-05 22:34:56 -05:00
Jin Hase c637ad7104 Fix typos in cluster_spec.md 2020-02-05 21:13:02 +09:00
Kubernetes Prow Robot 8f31b55271
Merge pull request #8450 from truongnh1992/typo
docs: trivial fix some typos
2020-02-02 19:43:20 -08:00
Nguyen Hai Truong c6cdc34117 docs: trivial fix some typos
Although it is spelling mistakes, it might make an affects while reading.

Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2020-02-03 09:08:04 +07:00
Peter Rifel 1df957e354 Update godoc.org references to use pkg.go.dev 2020-02-01 11:11:42 -06:00
Kubernetes Prow Robot 62cfab0af6
Merge pull request #8442 from justinsb/relnotes_1_15_1
Release notes for 1.15.1
2020-01-29 20:28:14 -08:00
Justin SB ef27fa4116
Release notes for 1.15.1 2020-01-29 21:36:54 -05:00
Justin SB a4c7b753f5
Release notes for 1.16.0-beta.1 2020-01-29 20:58:43 -05:00
Kubernetes Prow Robot 891f2c83c1
Merge pull request #8438 from justinsb/relnotes_1_17_alpha_2
Release notes for 1.17.0-alpha.2
2020-01-29 08:52:15 -08:00
Justin SB 002e6f3369
Release notes for 1.17.0-alpha.2 2020-01-29 10:58:40 -05:00
Justin Santa Barbara b09606e46e
Merge branch 'master' into deprecate-v1alpha1 2020-01-28 22:56:07 -05:00
Kubernetes Prow Robot 4895c52748
Merge pull request #8374 from LinshanYu/edit
Edit author name
2020-01-27 00:19:18 -08:00
Kubernetes Prow Robot 34caaf2d82
Merge pull request #8145 from mccare/gce-terraform-json-output
Enabling JSON output for Terraform instead of writing the HCL syntax …
2020-01-22 22:16:48 -08:00
Kubernetes Prow Robot e4f7842851
Merge pull request #8380 from LinshanYu/deletedUser
Change the deleted user to ghost
2020-01-20 21:03:36 -08:00
LinshanYu 28977a717f Change the deleted user to ghost 2020-01-20 14:52:02 +08:00
John Gardiner Myers cf5cb6ff28 Backport the k8s 1.9 required action release note 2020-01-19 10:16:35 -08:00
Ciprian Hacman f1727a5c1b Fix issues with older versions of k8s for basic clusters 2020-01-19 16:40:36 +02:00
LinshanYu aa6c429cc8 Edit author name 2020-01-19 09:51:18 +08:00
Kubernetes Prow Robot 791e8804f2
Merge pull request #8358 from nothinux/master
update docs: updating kops
2020-01-18 11:59:35 -08:00
nothinux 9350482c6e using sudo for removing kops executable file 2020-01-18 23:07:08 +07:00
Ciprian Hacman 7a42cf42cd Set the default instance type to t3.medium for AWS 2020-01-18 08:58:05 +02:00
Christian van der Leeden 549f54de48 Enabling JSON output for Terraform instead of writing the HCL syntax tf file. JSON syntax is officially supported in 0.12 and a terraform version requirement will be set. For previous installations you need to delete the .tf file by hand. JSON generation will fail if kubernetes.tf is present.
Added Integration Test using minimal test setup

Added documentation. For terraform 0.12 support the resource names need to be changed still
2020-01-17 22:03:19 +01:00
Kubernetes Prow Robot 85a667ad05
Merge pull request #8364 from rifelpet/tf12-release-notes
Add release notes for terraform resource renaming
2020-01-17 12:01:18 -08:00
Kubernetes Prow Robot b356bd4dc7
Merge pull request #6465 from ari-becker/bugfix/allow-local-filesystem-state-store
Allow local filesystem state stores (to aid CI pull-request workflows)
2020-01-17 10:52:26 -08:00
Peter Rifel aeb7ca4660 Add release notes for terraform resource renaming 2020-01-17 09:52:34 -06:00
Justin Santa Barbara adf2a5c681
Update cli docs
klog added a flag (add_dir_header).
2020-01-17 06:35:22 -05:00
Kubernetes Prow Robot a49ce910a8
Merge pull request #8265 from ReillyProcentive/WeaveNpcExtraArgs
Add support for weave.npcExtraArgs
2020-01-16 15:06:32 -08:00
Kubernetes Prow Robot 3b00c24e2c
Merge pull request #8350 from rifelpet/centos7-ami
Update CentOS 7 AMI
2020-01-16 07:54:25 -08:00
Peter Rifel 73fb9ae9d9 Update CentOS 7 AMI
Our CentOS 7 e2e job has been failing for a long time: https://testgrid.k8s.io/sig-cluster-lifecycle-kops#kops-aws-centos-7

due to the AMI's lack of ENA/NVMe support and our tests defaulting to m5.large for the masters.
I updated the AMI in the e2e job and it appears to be successfully launching the cluster (still experiencing aws volume flakes).
This updates our docs to match the new AMI ID. While the centos website is not up to date, this AMI ID can be found with the documented aws cli query.
2020-01-16 08:49:23 -06:00
Kubernetes Prow Robot f51b043113
Merge pull request #8205 from LinshanYu/fixName
fix author nickName
2020-01-16 04:42:22 -08:00
Austin Moore 4a88f7b5a5
Add ability to specify no ssh key by setting sshKeyName to empty
Add tests for no ssh key functionality

Add docs for setting no ssh key

Disable sshKey rendering for cloudformation if nosshkey is set

Fix broken test

make goimports

Fix

Formatting fix

Update kubernetes version for tests

Update expected test output

Fix imports in mesh.pb.go

Run hack/update-expected.sh

Change digital ocean logic to handle *string for SSHKeyName

Fix expected output

Missed a few
2020-01-15 15:24:32 -05:00
Pedro H. Spagiari 39487215b4 docs(docs/operations) Adding more steps to etcd-manager restore operation to work properly 2020-01-15 11:41:30 -03:00
Peter Rifel 9389700b94 Add release notes for deleting the kops-controller deployment 2020-01-12 07:38:57 -06:00
Kubernetes Prow Robot 179957d09f
Merge pull request #7824 from rifelpet/kops-server-cleanup
Remove traces of kops-server
2020-01-11 23:13:36 -08:00
Kubernetes Prow Robot ac4d186a6a
Merge pull request #8302 from tmjd/calico-doc-update
Some Calico doc updates
2020-01-10 09:54:34 -08:00
Erik Stidham 7c234cc431 Some Calico doc updates 2020-01-09 15:24:23 -06:00
stratusjerry a93d525b0c small documentation typo fixes 2020-01-07 13:12:28 -05:00
Kim Bao Long 41adf418d7 Remove duplicated words
Although it is spelling mistakes, it might make an affects while reading.

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
2020-01-06 15:27:54 +07:00
John Gardiner Myers bb959bd107 Fix broken link 2020-01-03 20:08:47 -08:00
Reilly Brogan 3e5b211bcd Add support for weave.npcExtraArgs 2020-01-03 21:28:37 -06:00
Kubernetes Prow Robot 71761bf327
Merge pull request #8243 from johngmyers/fix-china
Fix aws-china.md to download SHA-256 checksums for kops assets
2020-01-03 14:48:43 -08:00
Kubernetes Prow Robot afb4ecb883
Merge pull request #7730 from ripta/custom-sysctls
Custom sysctl Parameters
2020-01-03 07:35:41 -08:00
John Gardiner Myers 71fa158427 Fix aws-china.md to download SHA-256 checksums for kops assets 2020-01-02 19:28:52 -08:00
Ari Becker 5e1dbf65bb
Added documentation about acceptable usecases for file:// state store 2019-12-29 09:15:44 +02:00
Kubernetes Prow Robot 6978d68e87
Merge pull request #8179 from vvbogdanov87/add-all-export-config
Add all flag to export cluster command
2019-12-27 09:30:15 -08:00
LinshanYu c1a2aba025 fix author nickName 2019-12-27 15:31:06 +08:00