Missed the secure part 72/1572/1
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 11 Sep 2019 21:26:13 +0000 (23:26 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Wed, 11 Sep 2019 21:26:13 +0000 (23:26 +0200)
Https not http

Change-Id: Iba22d6a7bae05149047aeab85caee8080873488d
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
ansible/roles/kube_master/defaults/main.yaml
caas-kubernetes.spec

index fad1e09..38e3f47 100644 (file)
@@ -50,7 +50,7 @@ apiserver_params:
   - "--etcd-cafile=/etc/etcd/ssl/ca.pem"
   - "--etcd-certfile=/etc/etcd/ssl/etcd{{ nodeindex }}.pem"
   - "--etcd-keyfile=/etc/etcd/ssl/etcd{{ nodeindex }}-key.pem"
-  - "--etcd-servers=http://{{ hostvars[hostname]['networking']['infra_internal']['ip'] }}:{{ caas.etcd_api_port }}{% for host in ( groups['caas_master'] | reject('search', hostname) ) %},http://{{ hostvars[host]['networking']['infra_internal']['ip'] }}:{{ caas.etcd_api_port }}{% endfor %}"
+  - "--etcd-servers=https://{{ hostvars[hostname]['networking']['infra_internal']['ip'] }}:{{ caas.etcd_api_port }}{% for host in ( groups['caas_master'] | reject('search', hostname) ) %},https://{{ hostvars[host]['networking']['infra_internal']['ip'] }}:{{ caas.etcd_api_port }}{% endfor %}"
   - "--experimental-encryption-provider-config={{ caas.cert_path }}/{{ caas._secrets_conf }}"
   - "--feature-gates={{ apiserver_feature_gates | get_kube_options }}"
   - "--insecure-port=0"
index eeffa02..744f269 100644 (file)
@@ -15,7 +15,7 @@
 %define COMPONENT kubernetes
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 1.15.3
-%define RPM_MINOR_VERSION 4
+%define RPM_MINOR_VERSION 5
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define KUBERNETESPAUSE_VERSION 3.1