-
couple updates for the quickstart page:
https://ubuntu.com/kubernetes/docs/quickstart
- step 1 asciinema shows `--classic` in the juju snap install command
- step 5 adds a model named `k8s`; i …
-
Charmcraft should have a `try` command that will build and update the Juju controller to what was just built.
The core idea here is to minimize as much as possible the iteration time for the develo…
-
Currently, we collect `juju debug-log` specifics, which provides insights into the charm states. We should also collect logs from the actual services, such as systemd logs for VM charms OR k8s pod log…
-
While working with observable-kubernetes bundle I encountered a problem with the etcd interface.
It seems the peers are not reachable and here is the relevant section in the juju log.
```
2016-06-01…
-
### Context
`juju status` contains also the charms revisions. This way, we can enhance an issue's reproducibility, since we 've hit issues where we couldn't reproduce an issue e.g. https://github.com…
-
Solutions QA team has a failed run, where kafka charm is stuck in allocating until the deployment times out after 4 hours.
Failed run:
https://solutions.qa.canonical.com/testruns/743079df-…
-
### Bug Description
introduced in https://github.com/canonical/kubeflow-profiles-operator/pull/155
The following environment variables are hardcoded, these env vars contain the names of `Service…
-
There is a problem when a new leader is elected in the kubernetes 1.2cluster.
The problem is that when packaging kubectl, `client.crt` and `client.key` files are not found:
I got this error for examp…
-
## Steps to reproduce
1. rollout restart pods in a 3 units cluster (it's not 100% reproducible, but happen often enough)
## Expected behavior
Secondary should join the cluster back
## Ac…
-
So we have support for "export PEBBLE=..." when you want to play with pebble as an application manager and interact with it. (you can set PEBBLE for both the client and the server and it will work).
…