Commit Graph

129 Commits

Author SHA1 Message Date
xichengliudui 6414b9e892 delete some code 2018-11-13 13:22:58 -05:00
Bily Zhang f1aae1d268
Update addons_test.go 2018-11-05 21:21:16 +08:00
mooncake 6ba9f22ab8 Fix typos: iff -> if
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-04 16:59:45 +08:00
Justin Santa Barbara f0d54263d8 Promote AMIs from alpha -> stable
In particular picking up the 1.11 jessie switch
2018-10-15 12:49:06 -04:00
k8s-ci-robot d5800f5b29
Merge pull request #5914 from justinsb/update_kubernetes_alpha_channel
alpha channel: update with latest kubernetes versions
2018-10-10 10:30:54 -07:00
Justin Santa Barbara 35aa8de506 alpha channel: update with latest kubernetes versions
Versions:

* 1.12.2 (kops version not yet released)
* 1.11.3 (kops version not yet released)
* 1.10.8
* 1.9.11
2018-10-10 08:24:25 -07:00
Justin Santa Barbara 70a59bd559 Promote kubernetes versions from alpha to stable
Kubernetes versions:
* 1.11.2 (for not-yet unreleased kops 1.11)
* 1.10.6
* 1.9.10
2018-10-10 08:19:01 -07:00
k8s-ci-robot 2cdacdf7cc
Merge pull request #5897 from justinsb/stretch_for_k8s_1_11
alpha-channel: Use stretch by default for k8s 1.11 on AWS
2018-10-08 22:40:44 -07:00
Justin Santa Barbara 968dd54c84 alpha-channel: Use stretch by default for k8s 1.11 on AWS
Jessie doesn't support NVME instances and this causes a lot of
confusion, as newer instances are NVME.
2018-10-08 20:19:01 -07:00
Justin Santa Barbara 3fecc1350a Removed misleading comment about metav1
@rdrgmnzs pointed out that the comment needed to be updated after
Removing!
2018-10-08 16:44:39 -07:00
Justin Santa Barbara 62e8e17077 Code fixes for k8s 1.11 API changes 2018-09-28 20:14:45 -04:00
k8s-ci-robot 767255e2ed
Merge pull request #5666 from justinsb/update_alpha_channel_k8s_versions
Push latest k8s versions to alpha channel
2018-08-19 10:11:39 -07:00
Justin Santa Barbara d77206ba9c Push latest k8s versions to alpha channel
* 1.11.2
* 1.10.6
* 1.9.10
2018-08-18 07:22:06 -04:00
Justin Santa Barbara d80af6a7ec Promote kubernetes versions from alpha -> stable 2018-08-18 07:02:41 -04:00
Justin Santa Barbara 3691ff7b35 Update alpha channel with images for foreshadow 2018-08-17 09:57:07 -04:00
Mike Splain a8baa1ac0e Bump channels for 1.10.0 2018-08-16 10:11:09 -04:00
k8s-ci-robot 729d93541c
Merge pull request #5501 from justinsb/put_kops192_into_alpha
Put new kops versions into channels
2018-07-23 13:31:19 -07:00
Justin Santa Barbara a8fbad600a Put new kops versions into channels
* 1.9.2 goes into the alpha channel
* 1.10 is prerelease, so 1.10.0-beta.1 goes into both channels.
2018-07-23 13:45:46 -04:00
Justin Santa Barbara b95d79204d Update stable channel to recommend latest kubernetes
We need to update the values here also.  This is the mapping from kops
version to kubernetes version, and then the other map is from
kubernetes version to recommended/required kubernetes version.  We
probably could simplify this, but for now we have to update both.
2018-07-23 13:40:34 -04:00
Mike Splain 91a04df360 Move alpha channels to stable and update alpha 2018-07-23 09:53:20 -04:00
Justin Santa Barbara 3d7cde46cf Add 1.10-alpha.1 to stable & alpha channels 2018-06-21 23:59:52 -04:00
Justin Santa Barbara 587d8374b5 Revert COS in stable/alpha channel
No problem with COS per-se, but these versions have the newer docker,
which includes the --storage flag.  We fixed that in master in #5258,
but older versions of kops - including the currently released version
1.9.1 - don't have the fix.

Revert to fix the problem immediately, but opened #5358 to track a
more realistic fix.
2018-06-20 20:00:15 -04:00
Justin Santa Barbara 5f104d9ffe Promote alpha channel to stable 2018-05-31 07:07:02 -07:00
k8s-ci-robot 1ccc52ec74
Merge pull request #5218 from justinsb/update_alpha_channel_kops_191
Recommend kops 1.9.1 in alpha channel
2018-05-29 13:49:34 -07:00
k8s-ci-robot 3ca4ecf142
Merge pull request #5222 from justinsb/update_alpha_channel_images
Update alpha channel with latest images
2018-05-29 13:04:33 -07:00
Justin Santa Barbara 1e092494d5 Update alpha channel with latest images 2018-05-28 13:13:24 -07:00
Justin Santa Barbara 53854a20e8 Recommend kops 1.9.1 in alpha channel 2018-05-26 16:11:22 -07:00
Justin Santa Barbara b67e82648c Update alpha channel with latest k8s versions
1.10.3, 1.9.8, 1.8.13
2018-05-26 16:09:30 -07:00
Dennis Ruhe 48574bfc4a
Update AWS AMI for kubernetes >=1.9.0 <1.10.0
In regards to issue #4759. AMI `kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-02-08` causes kernel panics on `m3.large` instances. AMI `kope.io/k8s-1.9-debian-jessie-amd64-hvm-ebs-2018-03-11` works for me.
2018-05-17 11:45:07 +02:00
Mike Splain 7a19454b6c Bump recommended version for kops 1.9.0 2018-04-19 10:09:49 -04:00
Justin Santa Barbara 8b2344afae Update alpha channel with latest k8s releases
1.9.6, 1.8.11, 1.7.16
2018-04-11 11:37:13 -04:00
Mike Splain 4581f2572e Update channels to 1.9.0-beta.2 2018-04-06 14:05:01 -04:00
AdamDang 5e1a9315d3
Update addon.go
line 140: return nil, fmt.Errorf("error applying annotation to to record addon installation: %v", err)
I guess the word "to to" is duplicated here, isn't it?
2018-03-31 22:48:14 +08:00
Mike Splain deb6c7dcfa Bump channels to 1.9.0-alpha.3 2018-03-27 13:01:58 -04:00
k8s-ci-robot a28f95d89d
Merge pull request #4765 from atopuzov/channels-oidc
Support for auth plugins in channels
2018-03-25 15:21:10 -07:00
Aleksandar Topuzovic c68b46afdc
Support for auth plugins in channels
* Otherwise I get:
  Error: cannot build kube client: No Auth Provider found for name "oidc"
2018-03-23 14:27:30 +00:00
Mike Splain efad4efd50 Bump stable/alpha channels to 1.9.0-alpha.2 2018-03-22 10:52:45 -04:00
Mike Splain 1d1e576542 Bump alpha channels for CVE 2018-03-12 16:31:17 -04:00
k8s-ci-robot 5eb1fc4985
Merge pull request #4656 from justinsb/bump_alpha_to_stable_201803
Promote alpha channel to stable
2018-03-12 07:27:20 -07:00
k8s-ci-robot f7a6799b28
Merge pull request #4659 from justinsb/alpha_new_gce_iamge
alpha: bump to latest (64) COS image for GCE
2018-03-12 07:27:11 -07:00
k8s-ci-robot facba4faab
Merge pull request #4658 from justinsb/alpha_new_k8s_versions
alpha channel: k8s 1.7.13 & 1.8.8
2018-03-12 06:34:13 -07:00
Justin Santa Barbara d42744df02 New images for alpha channel: 4.4.121 kernel 2018-03-12 02:20:31 -04:00
Justin Santa Barbara 13fe037788 alpha: bump to latest (64) COS image for GCE 2018-03-11 20:25:54 -04:00
Justin Santa Barbara 565830e380 alpha channel: k8s 1.7.13 & 1.8.8 2018-03-11 20:21:18 -04:00
Justin Santa Barbara d0382fab95 Promote alpha channel to stable 2018-03-11 20:15:55 -04:00
Justin Santa Barbara 13f5ce9478 Add kubernetes 1.9.3 into alpha & stable channels
For users of kops 1.9 we will initially recommend the current version of
kubernetes, 1.9.3.
2018-03-01 02:15:03 -05:00
Mike Splain 45a57915e2 Fix bazel deprecation notice 2018-02-26 09:36:13 -05:00
Justin Santa Barbara 174f3c1087 Recommend kops 1.8.1, require kops 1.7.1
Applying this only to the alpha channel for now
2018-02-21 09:52:42 -05:00
Justin Santa Barbara 30300bacb6 Bump alpha channel to new image
Contains 4.4.115 built with gcc 7.3.  Should address spectre variant 2,
using the repoline approach.

Meltdown was previously addressed with KPTI.

Spectre variant 1 remains unaddressed.
2018-02-08 19:38:08 -05:00
Justin Santa Barbara 930fe8e740 Promote alpha channel image to stable
The 4.4.111 image is not showing the flakiness on the NFS e2e tests.
2018-01-22 19:42:40 -05:00