Jelajahi Sumber

Merge pull request #11290 from vrutkovs/devel-40-sshd_config

ssh bastion: use TCP NLB and require ops-mirror.pem
OpenShift Merge Robot 6 tahun lalu
induk
melakukan
1b1bdc3c68
2 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 0
      test/aws/files/01_service.yml
  2. 0 1
      test/aws/scaleup.yml

+ 3 - 0
test/aws/files/01_service.yml

@@ -5,6 +5,9 @@ metadata:
     run: ssh-bastion
   name: ssh-bastion
   namespace: openshift-ssh-bastion
+  annotations:
+    service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "tcp"
+    service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
 spec:
   externalTrafficPolicy: Local
   ports:

+ 0 - 1
test/aws/scaleup.yml

@@ -41,7 +41,6 @@
       owner: root
       group: root
       mode: 0644
-    ignore_errors: true
 
 - import_playbook: ../../playbooks/openshift-node/scaleup.yml