An action to help build Kubernetes cluster resources to GKE service.
jobs:
job_id:
steps:
- uses: actions/checkout@v3
- uses: UPN-TW/[email protected]
with:
cluster: ${{ secrets.K8S_CLUSTER }}
context: ${{ secrets.K8S_CONTEXT }}
server: ${{ secrets.K8S_SERVER }}
token: ${{ secrets.K8S_TOKEN }}
user: ${{ secrets.K8S_USER }}
cluster
: The cluster name for context entry in kubeconfig.context
: The name of the kubeconfig context to use.server
: The server URL for context entry in kubeconfig.template_path
: (Optional) The directory that contains configuration files to apply.token
: Bearer token for authentication to the API server.user
: The username for context entry in kubeconfig.validate
: (Optional) Determine whether the cluster validate the input schema.
Default: false