Description of change
controllerStack pulls & logs k8s events;
QA steps
- bootstrap into k8s and monitors logs
bash
$ juju bootstrap microk8s k1
no image cached on the node:
text
Creating Juju controller "k1" on microk8s/localhost
Creating k8s resources for controller "controller-k1"
Downloading images
Starting controller pod
Bootstrap agent now started
Contacting Juju controller at 10.152.183.34 to verify accessibility...
Bootstrap complete, controller "k1" now is available in namespace "controller-k1"
Now you can run
juju add-model <model-name>
to create a new model to deploy k8s workloads.
</model-name>
image cached on the node already:
text
Creating Juju controller "k1" on microk8s/localhost
Creating k8s resources for controller "controller-k1"
Starting controller pod
Bootstrap agent now started
Contacting Juju controller at 10.152.183.28 to verify accessibility...
Bootstrap complete, controller "k1" now is available in namespace "controller-k1"
Now you can run
juju add-model <model-name>
to create a new model to deploy k8s workloads.
</model-name>
Documentation changes
None
Bug reference
None
该提问来源于开源项目:juju/juju