-
```
http://fabric8.default.cluster.local/kubernetes/namespace/user-secrets-source-admin/secretCreate?kind=https&savedUrl=%2Fworkspaces%2Fdefault%2Fforge%2Fsecrets
VM49:35 WebSocket connection to 'ws:…
-
### What happened?
Both pages, BANS and REPORTS returns a error 500.
### How to reproduce?
New K3s deployment without default traefik
### Configuration file(s) (yaml or .env)
```YAML
apiVersion: …
-
Is it possible to pass `docker.secrets` as part of the `--artifact` payload into the generated YAML file when using `skaffold init`?
I was hoping something like this would work, but the payload key…
-
### Helm Chart Version
0.199.0
### What step the error happened?
On deploy
### Relevant information
Originally asked at [Stack Overflow](https://stackoverflow.com/questions/78636116/err…
-
[root@docker1 kubesphere]# kubectl describe pod -n kubesphere-monitoring-system prometheus-k8s-0
Name: prometheus-k8s-0
Namespace: kubesphere-monitoring-system
Priority: …
-
**Is your feature request related to a problem? Please describe.**
Currently there is no way of conveniently passing secrets (FTP, database, broker credentials...) to the service during build time. A…
-
**Describe the bug**
Although the argocd-operator pod log mentions the admin password as changed multiple times, the `argocd-secret` secret stayed untouched after modifications to the `argocd-example…
-
### What's wrong?
A few days ago, suddenly some of my Alloy DameonSet Pods stopped working properly, resulting in server errors (500) when accessing their /metrics endpoint. The DaemonSet was still r…
-
When creating a bootstrap token using `crit create token`, no output is returned to the user:
```
$ crit create token
$
```
This is inconvenient for the following reasons:
* There is no in…
-
Where should secrets or sensitive data (like API keys) be stored?
Currently, sensitive data is stored in Kubernetes as `Secrets`, but these are just base64 encrypted, and do not offer audit or rota…