Commit Graph

446 Commits

Author SHA1 Message Date
Justin Santa Barbara 201e6c883b Merge pull request #2531 from BradErz/fix-issues-2530
Added -A flag to ssh connection
2017-05-10 08:48:12 -07:00
Chris Love 101cdcdd8c Merge pull request #2512 from svozza/update-help-cloudformation-target
Mention CloudFormation as target in update cluster help
2017-05-09 22:14:20 -06:00
Chris Love 0ea8f6d239 Merge pull request #2524 from dolftax/state-store-trailing-slash
[Fixes #2439] Trim trailing slash (if present) in state store value
2017-05-09 22:10:11 -06:00
Bradley e48684832f Added warning about the ssh user 2017-05-09 22:20:10 +01:00
Bradley 57bcec2a13 Removed forwarding key when connecting to the master 2017-05-09 13:07:27 +01:00
Stefano Vozza cb53eb3518 mention cloudformation as target in update cluster help 2017-05-08 22:04:24 +01:00
Bradley 45aa3a72e8 Added -A flag to ssh connection 2017-05-08 21:51:33 +01:00
Jaipradeesh Janarthanan 40ace52c37
[Fixes #2439] Trim trailing slash (if present) in state store value
Signed-off-by: Jaipradeesh Janarthanan <jaipradeesh@gmail.com>
2017-05-08 12:57:21 +05:30
chrislovecnm 53848f1f7f Work on cli documentation 2017-05-07 21:03:29 -06:00
chrislovecnm 7487b0d756 updating docs, adding verify-gendocs and more build tweaks 2017-05-04 18:58:10 -06:00
Roberto J Rojas 4d4dcc7942 #1005 cmd: root, create, delete, edit, update and upgrade use of templates and i18n. 2017-04-26 16:02:03 -04:00
Justin Santa Barbara eddd73549c Use LB IP address for private dns 2017-04-25 01:32:27 -04:00
Justin Santa Barbara 77fbf9cbf9 Merge pull request #2401 from vmware/vsphere-upstream
Add vSphere provider support
2017-04-25 00:09:37 -04:00
William Broach 1b70378a10 removing backticks, they broke the build 2017-04-23 12:12:27 -04:00
William Broach 75c782efdf Specified that the commands need to be ran all in the same dir 2017-04-23 11:53:12 -04:00
William Broach 3e3eb2ceba Note code for rollingupdate for terraform users 2017-04-22 17:49:15 -04:00
chrislovecnm 93c7784e62 typo 2017-04-22 12:56:37 -06:00
chrislovecnm 3b03fe6864 zsh autocompletion and updating docs 2017-04-22 11:55:51 -06:00
prashima 5c92bc6a2d Added featureflag for vSphere cloud. Fixes #26. (#29) 2017-04-20 23:37:40 -07:00
Abrar Shivani 5889814c90 Support for vSphere Cloud Provider 2017-04-20 23:33:21 -07:00
Miao Luo 4f98f5b47e Use CoreDNS for vSphere provider (#2)
* Add support of CoreDNS for vSphere provider.

* Add instructions about how to setup CoreDNS for vSphere provider.

* Address comments for CoreDNS support code.
2017-04-20 23:33:20 -07:00
Miao Luo 716349bf22 Fix the type of vSphere fields in CloudConfig and update auto-generated conversion files.
To make sure the vSphere fields in CloudConfiguration can be successfully serialized
and output into config file.
2017-04-20 23:33:18 -07:00
Miao Luo efdffd1c41 Address comments.
1. Check the emptiness of VSPHERE_USERNAME and VSPHERE_PASSWORD
2. Move vSphere specific fields from clusterSpec to clusterSpec.CloudConfig
2017-04-20 23:33:17 -07:00
Miao Luo 30573e9aaf Add more supports for vsphere.
Accept vSphere's server, datacenter, cluster setting by flags
"vsphere-server", "vsphere-datacenter", and "vsphere-resource-pool".
Username and password can be set by environment variables:
"VSPHERE_USERNAME" and "VSPHERE_PASSWORD".
2017-04-20 23:32:59 -07:00
Chris Love 4f71f49e71 Merge pull request #2001 from justinsb/fix_2000
rolling-update: if filtering IGs, don't warn if IG not found
2017-04-20 22:28:07 -06:00
Chris Love 32f0b39038 Merge pull request #2271 from pronix/feature/extend_PR_398
create encrypted volume during initiation cluster
2017-04-19 19:39:46 -06:00
Justin Santa Barbara 30361eef68 Merge pull request #2328 from andrewsykim/2310
Move cluster delete files to pkg/resources
2017-04-19 21:31:38 -04:00
dima bf06e36a4f change flag to --encrypt-etcd-storage=true 2017-04-19 13:27:56 +02:00
dima 968cf784a9 Merge branch 'master' of https://github.com/kubernetes/kops into feature/extend_PR_398 2017-04-19 12:37:52 +02:00
andrewsykim 440976074d Move cluster delete files to pkg/resources 2017-04-08 10:14:15 -04:00
Justin Santa Barbara f98f078d83 Add missed error handling from nodeup lstat
Issue #2304
2017-04-07 23:46:31 -04:00
Justin Santa Barbara 0ac9b21797 rolling-update: if filtering IGs, don't warn if IG not found
Fix #2000
2017-04-07 23:43:53 -04:00
Justin Santa Barbara 2054ef4fed Merge pull request #2297 from ahl/dns
Support dns=private with terraform #1848
2017-04-07 00:51:05 -04:00
Justin Santa Barbara 8bc48ef10a Merge pull request #2305 from caarlos0/patch-1
Fixed typos: clusteres -> cluster
2017-04-06 21:13:36 -04:00
Chris Love bd564cf7fd Merge pull request #2240 from MrTrustor/delete-f
Implement --filename option for kops delete
2017-04-06 15:41:11 -06:00
Carlos Alexandro Becker 655e34dfd4 typo on rollingupdatecluster 2017-04-06 17:48:30 -03:00
Adam H. Leventhal 2a9315ac56 Support dns=private with terraform #1848 2017-04-06 07:44:41 -07:00
Eric Hole 1cba0bd27f Merge pull request #2138 from kris-nova/bypass-kubeconfig
Expose options.CreateKubecfg to the CLI
2017-04-03 09:39:30 -04:00
dima e7ddeb71ec add tests and fix existed for --encrypt-volume option 2017-04-03 14:47:28 +02:00
dima 0da368476a create encrypted volume during initiation cluster 2017-04-03 14:15:31 +02:00
Théo Chamley cd2f863681
Add the --yes options to validate the deletion 2017-03-30 18:15:35 +02:00
Theo Chamley 05cf55d105
Implement --filename option for kops delete
Works for both clusters and instancegroups.
Mostly inspired from the code in the kops create
command.
2017-03-30 16:05:53 +02:00
Justin Santa Barbara c9f412f0c8 Add authorization flag
Also add AlwaysAllow to the schema
2017-03-29 13:53:06 -04:00
Justin Santa Barbara 2817e49bd6 Refactor kubeconfig building 2017-03-28 10:10:14 -04:00
Kris Nova 5fdee1ad1f Merge pull request #2204 from kris-nova/uas
API Server - rebased on 1.6 vendor changes, and compiling main.go
2017-03-28 15:48:36 +02:00
Kris Nova c8a08492af Fixing headers for ci 2017-03-28 06:42:21 +02:00
Justin Santa Barbara 2b924bcd43 Merge pull request #2191 from zytek/fix-replace
Make `kops replace -f` consistent with `create -f`
2017-03-28 00:33:32 -04:00
Kris Nova 59716ff06a Revert "Initial DO commit to rebase from plane"
This reverts commit 49dd9aa179.
2017-03-28 06:17:37 +02:00
Kris Nova 687ff420b4 Reset server main.go and Makefile to 71e78cafc186b715a58c24788e9714abced26f85 2017-03-28 06:10:22 +02:00
Kris Nova 0497fceaec Initial commit before rebasing 2017-03-28 06:10:22 +02:00