Commit Graph

5570 Commits

Author SHA1 Message Date
Justin Santa Barbara 110c1a2aa7 Find RouteTable by cluster & role tag
Once we dropped the Name tag,we have no way to find RouteTables
otherwise.
2018-03-15 20:11:54 -04:00
Justin Santa Barbara 681538831f Use newer version of k8s in shared tests
This enables the non-legacy shared tags.
2018-03-15 20:11:54 -04:00
Justin Santa Barbara 342bb766c9 Enable some shared tests scenarios 2018-03-15 20:11:54 -04:00
Justin Santa Barbara 7af6f42e8b Tests: create vpc-12345678 & nat-12345678 2018-03-15 20:11:54 -04:00
Justin Santa Barbara a46d981d81 More mocks - for shared VPC 2018-03-15 20:11:54 -04:00
k8s-ci-robot f275360d2a
Merge pull request #4681 from AdamDang/patch-25
Update instancegroups.go
2018-03-15 14:20:25 -07:00
AdamDang a8aded4fc0
Typo fix "commmand"->"command"
"commmand"->"command"
2018-03-15 19:35:52 +08:00
AdamDang 12183af654
Update instancegroups.go
Line 340: “Delete and CloudInstanceGroups”
It should be “Delete a CloudInstanceGroups”, is it?
2018-03-15 19:01:11 +08:00
k8s-ci-robot d46d59a406
Merge pull request #4671 from AdamDang/patch-22
Fix error accompanying note in node_api_adapter.go
2018-03-14 22:45:24 -07:00
k8s-ci-robot 96946aa6fe
Merge pull request #4669 from usabilla/cloudformation-rolling-update
Fix names of CloudFormation-created AutoScalingGroups
2018-03-14 22:07:24 -07:00
k8s-ci-robot 8729839aaa
Merge pull request #4676 from AdamDang/patch-24
Update status.go
2018-03-14 10:10:02 -07:00
Gijs Kunze d4b8806b6f Fix integration test 2018-03-14 13:33:16 +01:00
AdamDang 2fda7310b6
Update status.go
line 36: "EtcdStatus" should be replaced with "EtcdClusterStatus"
line 52: "ApiIngress" should be replaced with "ApiIngressStatus"
"EtcdStatus" and "ApiIngress" are not defined in this file.
2018-03-14 20:14:42 +08:00
k8s-ci-robot d9d6fad77a
Merge pull request #4670 from AdamDang/patch-21
Fix a mistake in componentconfig.go
2018-03-14 02:55:04 -07:00
k8s-ci-robot aa34833bc7
Merge pull request #4595 from rifelpet/2657-unset-env-vars
Unset certain environment variables before testing
2018-03-13 15:51:34 -07:00
k8s-ci-robot c776339727
Merge pull request #4667 from AdamDang/patch-20
Typo fix "DNS wil be"->"DNS will be"
2018-03-13 07:54:10 -07:00
AdamDang f53dd62fe9
Fix error accompanying note in node_api_adapter.go
line 74: "GetReadySchedulableNodesOrDie" should be replaced with “GetReadySchedulableNodes”.
"GetReadySchedulableNodesOrDie" is not defined in this file.
2018-03-13 22:19:23 +08:00
AdamDang 2e30b4d391
Fix a mistake in componentconfig.go
in line 337: "ReconcilerSyncLoopPeriod" should be replaced with "AttachDetachReconcileSyncPeriod"
2018-03-13 20:38:10 +08:00
Gijs Kunze a73a71ae04 Fix names of CloudFormation-created AutoScalingGroups 2018-03-13 10:33:34 +01:00
AdamDang 527d292867
Typo fix "DNS wil be"->"DNS will be"
line 259: "DNS wil be" should be replaced with "DNS will be"
2018-03-13 14:04:32 +08:00
k8s-ci-robot 4ad014647b
Merge pull request #4654 from justinsb/private_topology_roundtrip_test
More mocks - sufficient for privatecalico to roundtrip
2018-03-12 22:59:11 -07:00
k8s-ci-robot 33d9f15f25
Merge pull request #4666 from mikesplain/bump_alpha
Bump alpha channels for CVE
2018-03-12 15:23:12 -07:00
Mike Splain 1d1e576542 Bump alpha channels for CVE 2018-03-12 16:31:17 -04:00
Felipe Cavalcanti e9ef618b14 apply a rolling strategy to calico-node daemonset, improve docs 2018-03-12 15:16:08 -03:00
k8s-ci-robot 3822992c32
Merge pull request #4655 from justinsb/cloudmock_docs
Add README to say what cloudmock is
2018-03-12 08:18:23 -07:00
k8s-ci-robot 76dc265769
Merge pull request #4660 from justinsb/misc_task_cleanups
Misc task code cleanups
2018-03-12 08:18:13 -07: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
k8s-ci-robot ed45b50ae8
Merge pull request #4657 from justinsb/alpha_new_images
New images for alpha channel: 4.4.121 kernel
2018-03-12 05:52:11 -07:00
Justin Santa Barbara dfb62a56ec Misc task code cleanups 2018-03-12 02:39:23 -04: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 5d36f9e37d Update kops version in tests
We need to satisfy the new minimum supported version.
2018-03-12 02:17:49 -04:00
Justin Santa Barbara 4d1abb7d87 Define KeysetFormat type, embed into keyset
The values are 'legacy' when not using keyset.yaml, and the API version
(v1alpha2) for keyset.yaml
2018-03-12 01:45:20 -04:00
Justin Santa Barbara ab7439b360 More mocks - sufficient for privatecalico to roundtrip 2018-03-11 23:12:22 -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
k8s-ci-robot 994a348cb4
Merge pull request #4569 from justinsb/mock_aws_roundtrip
Create lifecycle test against AWS mocks
2018-03-11 16:11:10 -07:00
k8s-ci-robot d5c587c5d1
Merge pull request #4649 from justinsb/keypair_render_logic
Keypair: tweak Render logic
2018-03-11 15:18:08 -07:00
k8s-ci-robot c4f12770b2
Merge pull request #4652 from justinsb/typo_1
typo: anmed -> named
2018-03-11 14:39:10 -07:00
Justin Santa Barbara 5f828ae7ec Add README to say what cloudmock is 2018-03-11 17:35:54 -04:00
Justin Santa Barbara f254c38944 dep: Additional package github.com/aws/aws-sdk-go/service/iam/iamiface 2018-03-11 17:04:30 -04:00
Justin Santa Barbara 85b972bc28 Fill out cloudmock to do a basic lifecycle test 2018-03-11 17:04:30 -04:00
Justin Santa Barbara c121e7f14e Create lifecycle test against AWS mocks
We create a cluster, run kops update, then run kops update again.  We
expect no changes on the second update.
2018-03-11 17:04:30 -04:00
k8s-ci-robot 3fbbf57ca4
Merge pull request #4653 from justinsb/move_sshkey
Move ssh key functions to pkg/pki
2018-03-11 14:00:09 -07:00
Justin Santa Barbara f8c57c2f57 Move ssh key functions to pkg/pki
Preparation for reuse by the roundtrip mock tests.
2018-03-11 13:20:08 -04:00
Justin Santa Barbara 5b3925db23 Keypair: tweak Render logic
We don't need to special-case it
2018-03-11 13:08:14 -04:00
Justin Santa Barbara b677684c9e typo: anmed -> named 2018-03-11 12:57:50 -04:00
k8s-ci-robot b6eededf7c
Merge pull request #4645 from chrislovecnm/update-node-api-signature-tests
Updating to use CoreV1 in unit tests
2018-03-10 20:42:10 -08:00