Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tppolkow tppolkow released this 14 Dec 22:23
· 64 commits to main since this release
a446219

What's Changed

Status command shows high level cluster status

bin/bctl -f blueprint-kind.yaml status
No boundless operator installation detected
Deployment                     helm-controller                Desired: 1, Ready: 1/1, Available: 1/1
-------------------------------------------------------
NAME                 KIND       STATUS
calico               manifest   Progressing
my-grafana           chart      Progressing

Status command can also be used to drill on for detailed status of any addon

bin/bctl -f blueprint-kind.yaml status calico
NAME                 KIND       STATUS
calico               manifest   Available

Status Reason: Manifest Components Available
Detailed Status Message: Manifest Components Available

-------------------------------------------------------
ADDON RESOURCES
Daemonset                      calico-node                    Desired: 1, Ready: 1/1, Available: 1/1
Deployment                     calico-kube-controllers        Desired: 1, Ready: 1/1, Available: 1/1
-------------------------------------------------------

BOUNDLESS SYSTEM EVENTS
failed to update manifest object with finalizer boundless-system/calico
Created Manifest boundless-system/calico
Created Manifest Addon default/calico

Full Changelog: v0.1.0...v0.1.1