weixin_39765697 2020-11-29 13:32
浏览 0

Fix/bootstrap log msg

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

  • 写回答

5条回答 默认 最新

  • weixin_39765697 2020-11-29 13:32
    关注

    !!build!!

    评论

报告相同问题?