k8s-deploy icon indicating copy to clipboard operation
k8s-deploy copied to clipboard

GitHub Action for deploying to Kubernetes clusters

Results 37 k8s-deploy issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/Azure/k8s-deploy/discussions/185 Originally posted by **anarian** May 3, 2022 I was adding a new set of Kustomize overlays and had my CronJob's container name mismatched between the base...

idle

As our service principle token expired, we decided to use the OIDC authentication to deploy our application on azure. So we changed the azure/login from: ``` - name: Login to...

documentation

I have a workflow that's deploying some manifests which don't contain any images and yet the workflow is still triggering a `docker pull` which fails with the following error: ```...

idle

There are few locations were github.com is hardcoded, making it incompatible with github enterprise servers that are hosted on other domains. From what I understood from these code lines, they...

backlog

### What happened? Using k8s-deploy with a private cluster, fails to annotate (and label) deployment resource after successfully annotated namespace (see logs below, removed key-value pairs for simplicity). Workflow step:...

bug

### Feature request As a DevOps engineer working on the CI/CD GH workflow, I want to disable all annotations and labeling that `K8s-Deploy` GH action does, so they will not...

bug
idle
waiting-for-customer

### Feature request Hi, Is it possible to disable/enable `--insecure-skip-tls-verify` params that passed to kubectl command?