github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/testcharms/charm-repo/kubernetes/ubuntu/hooks/update-status (about)

     1  #!/bin/sh
     2  date=`date`
     3  status-set active "Hello from update-status, it is $date."
     4  juju-log -l INFO "Hello from update-status."