Skip to content

update the cluster autoscaler documentation. (#816) #17

update the cluster autoscaler documentation. (#816)

update the cluster autoscaler documentation. (#816) #17

Workflow file for this run

name: Publish Terraform OCI OKE RMS Stacks
on:
push:
branches: ["5.x-tf12"]
workflow_dispatch:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "rms"
cancel-in-progress: false
jobs:
network-only:
environment:
name: rms
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
with:
name: tfoke-rms-network-only
path: ./examples/rms/oke-network-only/
retention-days: 90
if-no-files-found: error
cluster-only:
environment:
name: rms
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
with:
name: tfoke-rms-cluster-only
path: ./examples/rms/oke-cluster-only/
retention-days: 90
if-no-files-found: error
workers-only:
environment:
name: rms
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
with:
name: tfoke-rms-workers-only
path: ./examples/rms/oke-workers-only/
retention-days: 90
if-no-files-found: error