Commit Graph

292 Commits (c64bac4284fa9e9008597b24ffe3adb8818a4ee6)

Author SHA1 Message Date
Xander Grzywinski c64bac4284 updated lb setup 2019-05-24 12:30:44 -07:00
Xander Grzywinski 3f39873d44 fixed load balancer config 2019-05-24 12:20:47 -07:00
Xander Grzywinski 01cceca8b5 updated 08-bootstrapping-kubernetes-controllers 2019-05-24 10:24:53 -07:00
Xander Grzywinski b03cb5ae94 updated 07-bootstrapping-etcd 2019-05-23 15:01:43 -07:00
Xander Grzywinski f4be938cba updated 06-data-encryption-keys 2019-05-23 14:40:53 -07:00
Xander Grzywinski 8d5d83e6a0 updated 05-kubernetes-configuration-files 2019-05-23 14:38:23 -07:00
Xander Grzywinski c40325fe76 updated 04-certificate-authority 2019-05-23 14:31:28 -07:00
Xander Grzywinski c7847fd1e0 updated 03-compute-resources 2019-05-23 13:38:55 -07:00
Xander Grzywinski c93ce8333e updated 01-prerequisites 2019-05-23 09:48:36 -07:00
Xander Grzywinski 37f2b77e4f updated README for Azure 2019-05-23 09:41:15 -07:00
Kelsey Hightower bf2850974e Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
Kelsey Hightower b974042d95 Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
Daniel J. Pritchett 4f5cecb5ed Add brief contribution guide 2018-01-30 07:38:21 -08:00
Martin Mosegaard Amdisen 68ebb95898 Fix minor typo in lab 14 2018-01-30 05:45:35 -08:00
Mark Vincze 8db0280ef6 Fix small typo 2018-01-30 05:45:16 -08:00
Andrew Thompson a5c83f1cee Argument syntax for Filter deprecated.
Operator evaluation is changing for consistency across Google APIs.
2018-01-30 05:44:52 -08:00
githubixx e2dbdaa66b core workload api incl. Deployment now stable 2018-01-30 05:44:05 -08:00
Andrew Lytvynov 05ca2d04cf Correct kubectl output for kube-dns pod list
https://storage.googleapis.com/kubernetes-the-hard-way/kube-dns.yaml will create 1 kube-dns pod without autoscaler.
This may confuse the reader.
2018-01-30 05:42:28 -08:00
Phil Estes f46642a6ba Update cri-containerd location and release
cri-containerd project is moving as a sub-project of containerd itself;
the GitHub migration is complete. Also, as of 9 Jan, the beta.1 release
of cri-containerd is available so the download link is updated.

Signed-off-by: Phil Estes <estesp@gmail.com>
2018-01-30 05:41:55 -08:00
Kelsey Hightower 63ff9932d9 update kubelet flags 2017-12-18 07:20:15 -08:00
Kelsey Hightower af9f6d71fc update kubernetes GitHub location 2017-12-18 07:07:54 -08:00
Kelsey Hightower 2c78297922 rename to Google Kubernetes Engine 2017-12-18 06:58:00 -08:00
Kelsey Hightower 07aae4fb45 update to kubernetes 1.9 2017-12-18 06:53:32 -08: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 adaa9fb620 Update README.md
as per my other two requests, the 1.6.1 Kubernetes had a defect that was corrected in 1.7.0.  I ran your code seamlessly using 1.7.0 today.
2017-07-12 05:55:04 -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
Christian Koep 239f1438ae Update README to reflect Kubernetes 1.6.1 update 2017-06-30 22:30:36 -04: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