We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e1984 commit ec02071Copy full SHA for ec02071
1 file changed
.github/workflows/ci-uat.yaml
@@ -27,7 +27,7 @@ jobs:
27
# - azure_storage
28
juju:
29
- snap_channel: "3.6/stable"
30
- agent: "3.6.20"
+ agent: "3.6.21"
31
k8s-version:
32
# - "1.28"
33
- "1.30"
@@ -57,6 +57,7 @@ jobs:
57
provider: microk8s
58
channel: "${{ matrix.k8s-version }}-strict/stable"
59
# bootstrap-options: "--agent-version ${{ matrix.juju.agent }}"
60
+ bootstrap-options: '--logging-config="<root>=DEBUG;juju.worker.undertaker=TRACE;juju.kubernetes.provider=TRACE"'
61
microk8s-group: snap_microk8s
62
microk8s-addons: "hostpath-storage rbac dns metallb:10.64.140.43-10.64.140.49"
63
# - name: Patch juju installation
0 commit comments