This project is mirrored from https://gitee.com/NQL886/kops.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Jan, 2017 8 commits
-
-
Justin Santa Barbara authored
Use update cluster from create cluster
-
Justin Santa Barbara authored
Don't fail elastic IP task if TagOnSubnet is not set
-
Justin Santa Barbara authored
Turn down no-change logging in dns-controller
-
Justin Santa Barbara authored
Bump to 4.4.41 image, with more regions
-
Justin Santa Barbara authored
We don't yet have a strong strategy for how to handle this if we are interrupted, but the same problem exists with taggging in general. Likely we'll need to write something like a WAL-log, and then check for interrupted in-flight objects next time we run. In any case, we shouldn't treat not using TagOnSubnet as an error.
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
We were trying to call but the result was subtly different (because of different defaulting.) The two code paths makes testing hard, so just have one code path.
-
- 09 Jan, 2017 32 commits
-
-
Zach Loafman authored
kops: Always enable CI versioning on gcs-upload-ci target
-
Zach Loafman authored
Follow-on to https://github.com/kubernetes/kops/pull/1380, relies on https://www.gnu.org/software/make/manual/make.html#Target_002dspecific to override the target used for CI upload.
-
Chris Love authored
Clean up sysctls
-
Zach Loafman authored
Recognize CI=1 to makefile, use git sha for VERSION
-
Justin Santa Barbara authored
Store in v1alpha2 format
-
Justin Santa Barbara authored
Lock down master security group rules
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
Default bastion name should be bastion.<clusterName>
-
Justin Santa Barbara authored
bastion-<clustername> is not necessarily in the same hosted zone, nor is bastion-<dnszone>, and bastion-<dnszone> is not necessarily unique across clusters.
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Kris Nova authored
Dial down default protokube logging to 4
-
Kris Nova authored
Update to dns-controller 1.5.0
-
Kris Nova authored
kops get clusters should print zones
-
Justin Santa Barbara authored
Unclear labels example, added `spec:` to clarify which section
-
Kris Nova authored
Support private hosted zones in DNS
-
Olve S. Hansen authored
The example was missing which section the labels should be added to.
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
Docs on using the bastion
-
Kris Nova authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
Remove duplicate key; add missing blank line
-
Justin Santa Barbara authored
The list of subnets just isn't very interesting
-
Chris Love authored
dns-controller: don't make spurious updates in buffer
-
Chris Love authored
Create a role for networking addons; use as selector
-
Justin Santa Barbara authored
These will be caught later anyway, but we can save a false invalidation and a spurious log message.
-
Justin Santa Barbara authored
role.kubernetes.io/networking This ensures that when we switch networking providers, we replace all the components of the prior tool.
-
Chris Love authored
Fix DNS name precreation
-