Commit Graph

243 Commits (3c21ed5d09a80ff010325434b9b706a9506ef11a)

Author SHA1 Message Date
Mike Stevenson 3c21ed5d09 swapping quotes because linux doesn't care and windows does 2017-10-30 14:43:03 -07:00
Mike Stevenson d086652bd6 adding more info to cert import
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-25 17:16:31 -07:00
Mike Stevenson af2fae2be4 added note about needing to use powershell on windows
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-25 17:15:58 -07:00
Mike Stevenson c595d09a84 fix typo
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-25 17:15:12 -07:00
Mike Stevenson e36064e4dc adding windows commands 2017-10-25 15:38:16 -07:00
Mike Stevenson 905485f57c spaces as separators don't work right in windows, changing both for consistency
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-25 15:37:54 -07:00
Mike Stevenson 1def1264e6 adding windows commands
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 17:02:03 -07:00
Mike Stevenson 2ca33ac451 adding windows commands
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 16:33:07 -07:00
Mike Stevenson 197fc5029c adding windows commands
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 16:29:42 -07:00
Mike Stevenson b2921f5be9 adding windows commands
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 15:53:00 -07:00
Mike Stevenson 8fd590bbba adding windows commands
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 15:02:49 -07:00
Mike Stevenson 51b8ea85b5 posh gets confused about variable names somtimes
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-24 13:29:27 -07:00
Mike Stevenson 31f985a30d fix windows parm values and herestring 2017-10-24 13:22:27 -07:00
Mike Stevenson a7be480b2c fixing windows line continuations 2017-10-24 12:59:05 -07:00
Mike Stevenson 8afa40b1d1 arglebargle 2017-10-24 12:48:32 -07:00
Mike Stevenson 4d187fa038 adding commands/scripts for windows
Signed-off-by: Mike Stevenson <Mike.Stevenson@us.logicalis.com>
2017-10-10 22:28:21 -07:00
Kelsey Hightower e8d728d016 remove remote access to insecure port 2017-10-02 06:48:09 -07:00
Kelsey Hightower 765c1fb5fa remove remote access to insecure port 2017-10-02 06:46:01 -07:00
Kelsey Hightower ede3437ee8 update to kubernetes 1.8 2017-10-01 20:37:09 -07:00
Steven Trescinski 7f7fd71874 Fixed '--service-cluster-ip-range' subnet for Controller Manager 2017-10-01 12:11:33 -07:00
Kalimar Maia 51e8709080 Instructions for having a default configuration. 2017-10-01 12:11:05 -07:00
Frank Ederveen 92772d2f69 226: use curl for OSX downloads 2017-10-01 12:10:39 -07:00
Leonardo Faoro b7550ca7ab remove trailing space 2017-09-04 16:08:43 -07:00
Leonardo Faoro 4441278561 remove trailing-spaces and blank lines 2017-09-04 16:08:43 -07:00
Kelsey Hightower 4ca7c45046 update docs 2017-08-31 07:17:23 -07:00
Niko Virtala f9486b081f fix KUBERNETES_PUBLIC_ADDRESS value
Instead of 'value(address)' 'value(name)' should be used to make the following forwarding-rules creation command to work. With 'value(address)' it returns an error: "ERROR: (gcloud.compute.forwarding-rules.create) Could not fetch resource: - The resource 'projects/some-random-project/regions/us-central1/addresses/w.x.y.z' was not found"
2017-08-11 14:48:11 -07:00
Adriaan de Jonge 7631b261fb Update kubectl to 1.7.0 2017-08-11 14:47:46 -07:00
Emilian Losneanu dc5fc10559 Update docker.com url 2017-08-11 14:47:31 -07:00
Abraham Ingersoll 6609858e67 Enable kubectl portfw on workers, fixes #78 2017-07-12 05:56:57 -06:00
David Ross 4d442675ba Update 05-kubernetes-controller.md
there is a bug in Kubernetes 1.6.1 that causes an error when validating the kubernetes environment and etcd.  (https://github.com/kubernetes/kubernetes/pull/39716)   I found that using the 1.7.0 version I did not get this error.  Affects the README, this file and the client configuration (moving to 1.7.0 to match)
2017-07-12 05:55:20 -06:00
David Ross 0f826cf436 Update 07-kubectl.md
as per my other pull request, using 1.7.0 fixes an error with etcd configuration on the Kubernetes cluster.
2017-07-12 05:54:56 -06:00
Glenn Oppegard 87c0662652 Grammar fix for 06-kubernetes-worker.md 2017-07-12 05:54:19 -06:00
Ádám Sándor bdeab26587 Add missing additional IP range in firewall validation output 2017-06-30 22:30:22 -04:00
Luis Buriola 4749e604a3 Update range for health check
This new IP range is listed on the following docs:

https://cloud.google.com/compute/docs/load-balancing/health-checks
https://cloud.google.com/compute/docs/load-balancing/http/
2017-06-02 07:57:17 -07:00
Tennis Smith bf66a60585 Update 05-kubernetes-controller.md
Unless the region is explicitly passed, I get the error:
```
ERROR: (gcloud.compute.target-pools.create) Some requests did not succeed:
 - Invalid value for field 'region': 'us-central1-b'. Unknown region.
```
2017-06-02 07:56:58 -07:00
Michael McClanahan 2983b28f13 Use gcloud compute scp instead of copy-files 2017-06-02 07:56:05 -07:00
Alan Hollis 1c53942442 Bump kubernetes to v1.6.1 2017-05-01 21:59:56 -07:00
David Castillo 0c37c60b72 Add missing backslash 2017-05-01 21:59:33 -07:00
David Castillo 8ce3a545c4 Update 01-infrastructure-gcp.md, fix #153 2017-05-01 21:59:33 -07:00
David Castillo 980059abab Fix typo in 03-auth-configs.md 2017-05-01 21:59:16 -07:00
Rory McCune 77cc14e86a Add Authentication to etcd configuration
Added two flags needed to activate client and peer authentication in etcd
2017-04-12 05:51:53 -04:00
Mads H. Danquah d81abdbcf1 Move certificate and private-key away from /var/run
It is cleared out at reboot.

It appears that only the file-name part of --tls-cert-file /
--tls-private-key-file is used and that the path is taken from
--cert-dir (which defaults to /var/run/kubernetes) so to make the path
stick we also add a --cert-dir
2017-04-12 05:51:28 -04:00
arjunyel c32977f361 Update kubectl to 1.6.0 release
Kubectl 1.6.0 has now been fully released https://github.com/kubernetes/kubernetes/releases/tag/v1.6.0
2017-03-31 16:21:40 +02:00
Tom Payne 450709e996 fix formatting of bootstrap token generation 2017-03-29 23:38:45 +02:00
Jesse Newland 610099af09 Remove quotes from audit log, signing key args 2017-03-26 21:08:01 -07:00
Mike Rostermund e6459ccbd5 Fix typo 2017-03-26 19:34:43 -07:00
Kelsey Hightower 69f4ecfa82 clean up formatting 2017-03-25 20:23:14 -07:00
Kelsey Hightower 180596398e clean up docs 2017-03-25 19:27:49 -07:00
Kelsey Hightower f49493d286 doc clean up and basic formatting improvements 2017-03-25 18:52:58 -07:00
Kelsey Hightower 8022f4077b remove AWS support 2017-03-25 18:06:03 -07:00