-
## :question: General Issue
The tear down process of a stack runs into race conditions when Kubernetes Operators and Controllers are involved that manages external deployment of resources. As …
-
## Versions
### Tectonic version
```
1.8.9-tectonic.1
```
### Platform
```
azure
```
### What happened?
I tried to create a Service with `type: LoadBalancer` and ran into an …
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
**Describe the bug**
My purpose is creating some additional NLB listener on port 22 on an NLB created by AWS LB ingress controller.
I'm using `external-managed-tags` configuration to avoid reconcili…
-
código com comentários didáticos:
```hcl
# Provisions a spot EC2 instance with
# Zone for AMI is us-west-2
# Configura o provedor AWS para a região us-west-2
provider "aws" {
region = "us…
-
Consider the following manifest:
```
---
# +operator-builder:resource:collectionField=provider,value="aws",include
apiVersion: v1
kind: ConfigMap
metadata:
name: contour-config-test-collect…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
Addon to disable nginx-ingress-controller in alicloud_cs_managed_kubernetes_clusters has no effect.
### Terraform Version
```
$ terraform -v
Terraform v0.12.21
+ provider.alicloud v1.80.0
```
…
-
### Describe the bug
Behavior of `flux uninstall` removes all the CRDs and necessary finalizers from the cluster. However, executing `destroy` with the Flux Terraform provider causes `HelmRelease` CR…
-
Setting Up Local Kubernetes Cluster with k3d
k3d is a lightweight wrapper to run k3s (a lightweight Kubernetes distribution) in Docker. It allows you to quickly set up a local Kubernetes cluster for …