Browse Source

Issue #502: Added Kubeflow ports

Signed-off-by: blesson-james <blesson_james@Dellteam.com>
blesson-james 3 years ago
parent
commit
5c3b7ee3d1
1 changed files with 14 additions and 0 deletions
  1. 14 0
      platforms/roles/kubeflow/vars/main.yml

+ 14 - 0
platforms/roles/kubeflow/vars/main.yml

@@ -13,6 +13,20 @@
 #  limitations under the License.
 ---
 
+kubeflow_firewalld_ports:
+  - 15020
+  - 80
+  - 443
+  - 31400
+  - 15011
+  - 8060
+  - 853
+  - 15029
+  - 15030
+  - 15031
+  - 15032
+  - 15443
+
 kfctl_download_url: https://github.com/kubeflow/kfctl/releases/download/v1.0.2/kfctl_v1.0.2-0-ga476281_linux.tar.gz
 
 kfctl_download_dest_path: /usr/bin/