Commit Graph

7393 Commits

Author SHA1 Message Date
Derek Lemon -T (delemon - AEROTEK INC at Cisco) eb256593bc Setting project ID as well in cloudconfig. Using loadbalancerID in cloudconfig. Retrieving instance IP from openstack in protokube. 2019-01-18 10:17:14 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) fc740dbba3 Adding ability to specify to create_cluster openstack external network by name 2019-01-17 11:43:08 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 5cae86c2ce dep ensure and gofmt updates 2019-01-16 15:09:20 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 1570a1d3c5 Unused import from cherry-pick 2019-01-16 09:43:33 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 4f0169bb79 codegen 2019-01-16 09:30:40 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 0f7768b2fa Adding etcd storage type required for master volumes. Updating readme 2019-01-16 09:29:02 -07:00
Sergiu Marsavela (smarsave) 922e5dfe3f Discover hosts to populate 2019-01-16 09:27:45 -07:00
Sergiu Marsavela (smarsave) 5af3561749 Determine the default flavours 2019-01-16 09:27:31 -07:00
Jan Wozniak 6d3c9fe44f protokube: add support for OpenStack 2019-01-16 09:25:58 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 8e353028bc Openstack ComponentConfig Documentation and Generated Functions 2019-01-16 09:17:49 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) c6ccaca658 Returning true if an external network was found to indicate done 2019-01-16 09:12:03 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 84e29d2a79 Remove duplicate headers 2019-01-15 16:33:23 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 4fc70b6d74 Update Headers 2019-01-15 16:29:25 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 103268710c update packages 2019-01-15 16:29:02 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) d4678cd4ab Formatting 2019-01-15 16:24:26 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 3d6157db66 Updating logging to use proper variable type 2019-01-15 15:02:12 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 7b8d73aa4a Dependency updates 2019-01-15 14:38:11 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) b1aaef1885 Proper escaping of openstack environment variables 2019-01-15 14:21:50 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 4e752ca62d Openstack Environment Variable Mapping 2019-01-15 14:21:41 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) d0713c633a Use gophercloud to configure environment authentication 2019-01-15 14:21:31 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) 64b63ba6ae Removing references to drekle repo 2019-01-15 14:21:11 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) fb0939af9b Openstack Model, tasks, and cloud ops refactor 2019-01-15 14:16:08 -07:00
Derek Lemon -T (delemon - AEROTEK INC at Cisco) af91543345 Checking in model and task dependencies 2019-01-15 14:13:53 -07:00
Jon Perritt 3064f6be15 server groups, lb, instance, and dns tasks, models and resources 2019-01-15 14:06:54 -07:00
Jon Perritt 83365a992a openstack designate dns provider 2019-01-15 14:06:46 -07:00
Jon Perritt 9573ed45c0 add openstack gate flag 2019-01-15 14:06:28 -07:00
Kubernetes Prow Robot 09acd56675
Merge pull request #6328 from justinsb/utils_in_bazel
Fix prow-postsubmit by copying prebuilt archive in bazel
2019-01-14 12:47:43 -08:00
Kubernetes Prow Robot 0e323cc896
Merge pull request #6327 from gambol99/verbose_retries
Retry Logging
2019-01-13 07:23:08 -08:00
Justin SB 0b1e6d55ab
Fix prow-postsubmit by copying prebuilt archive in bazel
It's roughly possible to build socat, but conntrack looks much harder
to build in bazel.  For compatability we just reuse the prebuilt
utils.tar.gz (these are utilities that rarely change).
2019-01-12 12:13:26 -08:00
Kubernetes Prow Robot 9c8b945e4e
Merge pull request #6257 from justinsb/mark_1_12_0_alpha_1
Release 1.12.0-alpha.1
2019-01-12 10:33:47 -08:00
Kubernetes Prow Robot 5a03980d2a
Merge pull request #6326 from harshal-shah/feature/hs-coredns-1.3.0
Upgrading coredns version to 1.3.0
2019-01-12 08:44:08 -08:00
Rohith ab4973d4f2 Retry Logging
- changing the verbosity of the api retries
2019-01-11 22:11:14 +00:00
Harshal Shah 1f33f9581f Upgrading coredns version to 1.3.0
Signed-off-by: Harshal Shah <harshal2623@gmail.com>
2019-01-11 18:59:42 +01:00
Kubernetes Prow Robot fe074fbd30
Merge pull request #6317 from gambol99/fix_kubelet_api_manifest
Kubelet API RBAC Manifest
2019-01-09 08:18:58 -08:00
Rohith 2429997121 Kubelet API RBAC Manifest
I was mistaken how the key in the namespace is used, looks like you can only have the one key per addon as the anonnotations on the namespace are addon_name -> version, so if you already have a old rbac.addons.k8s.io referenced it won't work. I didn't notice before as the cluster was new.
2019-01-09 14:46:33 +00:00
Kubernetes Prow Robot 183d71a270
Merge pull request #6305 from bzon/master
Add extra privilege to prometheus-k8s ClusterRole
2019-01-09 03:51:31 -08:00
Kubernetes Prow Robot 38076b3f91
Merge pull request #6296 from justinsb/gce_labels
GCE terraform: support labels
2019-01-09 02:05:29 -08:00
Kubernetes Prow Robot 9b8aabc2a5
Merge pull request #6295 from justinsb/gce_sourcetags
GCE terraform: map source tags in firewallrule
2019-01-09 02:05:19 -08:00
Kubernetes Prow Robot 01bc535dcf
Merge pull request #6312 from gambol99/fix_kubelet_api_admin
Fix kubelet api admin
2019-01-08 08:45:08 -08:00
Rohith ebd91354bb - fixing the unit test for the bootstrap code 2019-01-08 15:54:04 +00:00
Rohith 83ba980f40 - changing this to a default install and its a breaking change and won't effect unless the webhook is enabled 2019-01-08 15:38:44 +00:00
Rohith 4b08a05274 Kubelet API Admin for Webhook Mode
- adding a default binding for the kubelet-api for when kubelet webhook is enabled
2019-01-08 15:21:02 +00:00
John Bryan Sazon 96a96b4891 Add extra privilege to prometheus-k8s ClusterRole 2019-01-07 17:21:15 +00:00
Kubernetes Prow Robot 770f68c41a
Merge pull request #6300 from justinsb/add_windows_to_bazel_release
Include windows build in distribution
2019-01-04 11:42:36 -08:00
Kubernetes Prow Robot 0be2b42bcc
Merge pull request #6299 from justinsb/prow_postsubmit
Create prow-postsubmit target for release candidates
2019-01-04 09:19:08 -08:00
Justin SB 34723fb021
Include windows build in distribution
The kops.exe binary was not currently included in the automatically
built bazel distribution (though it was included in the manual release
process).
2019-01-04 11:36:41 -05:00
Justin SB 731aa42421
Create prow-postsubmit target for release candidates
This target will be called from prow, and will build that could be
released - i.e. not a CI build.
2019-01-04 11:30:47 -05:00
Kubernetes Prow Robot 78e03dd37d
Merge pull request #6298 from justinsb/update_channels
Promote alpha kubernetes versions to stable
2019-01-04 07:25:04 -08:00
Kubernetes Prow Robot 59c1d98028
Merge pull request #6287 from justinsb/update_distroless
Update distroless
2019-01-04 06:34:35 -08:00
Justin Santa Barbara 3e4b884117
Merge pull request #6289 from walkafwalka/fix-loadbalancer-ssl-doc
Included type in SSL certificate documentation
2019-01-04 00:30:56 -05:00