-
`naiserator-webhook` logs the following stack trace in all environments and when running locally.
```
Detected at:
> goroutine 28 [running]:
> runtime/debug.Stack()
> …
-
Kubernetes natively supports [sidecar containers](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/), which has been available in beta since Kubernetes 1.29. Slated for GA in 1.33…
-
User tried to delete app in Console, but nothing happened.
https://nav-it.slack.com/archives/C5KUST8N6/p1725951754452269
Running `kubectl describe app ds-api` we saw the following event
```Ap…
-
We do need to expose a gRPC endpoint for one of our services. The service does already expose an HTTP endpoint. Due to compatibility, we would like the service to support both protocols and reuse the …
-
Some applications use GCP products that require additional roles that grants their Google service account (their identity) access to itself (as a resource), e.g. `roles/iam.serviceAccountTokenCreator`…
-
Since the [dawn of time](https://github.com/nais/naiserator/commit/09b3bf65080d968120fa52ae21d71371805a9bda) (for locally adjusted values of time), Naiserator has configured a default `preStopHook` fo…
-
Avoid removing healthy replica if naiserator crashes on startup due to invalid config.
-
An Application must specify the database name by specifying `.spec.gcp.sqlInstances[].databases[].name`:
https://github.com/nais/liberator/blob/c3d6aeb3b6d36e7642898b0035e931d0d6e5e70f/pkg/apis/nai…
-
Hvis man deployer en applikasjon, sletter den uten å slette databasen, og så deployer på nytt, så får man feil passord.
Dette bør være mulig å løse i naiserator.
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating syst…