使用 Red Hat OpenShift 來作為執行環境的平台

資料來源: On-Demand execution with Red Hat OpenShift How to setup an OpenShift container group with AAP Ansible Automation platform 裡的 Automation controller 在執行 playbook 時,已經改用 execution environment (執行環境)這個容器來執行了,換言之,若有建置 OpenShift 的話,應該也可以使用 OpenShift 的運算資源來運行執行環境。 資料來源的文章就是在介紹設定的方法。 ...

October 30, 2022 · 2 min · 641 words · elleryq

如何執行 oc start-build

oc start-build 是 OpenShift 裡很方便的一個指令,事先建立好 build config 以後,就可以用 start-build 來指示 openshift 來幫忙建置,在建置完成以後,就自動完成佈署了。 等等,那 oc start-build 不是直接用 command/shell 模組就可以完成了嗎?為什麼還需要特別寫? 這是因為使用指令的話,在同時執行多個工作時,在後續的 oc get 會有些問題,所以才想去試試。 ...

May 12, 2021 · 2 min · 831 words · elleryq

OpenShift

要存取 OpenShift ,可以透過 community.okd 這個模組來達成 ...

May 4, 2021 · 1 min · 152 words · elleryq