Install hook now called for Kubernetes charms

Juju 2.8-beta1 now fires off the install hook for kubernetes units. This can be tested out with the juju edge snaps.

Hook execution will now go install -> leader-elected -> config-changed -> start when a unit is deployed. If the charm uses storage, storage-attached hooks will be called after start. This is different behavior from non-Kubernetes charms which call storage-attached hooks before the install hook.

2 Likes

@Dmitrii fyi, you might be interested in this.

1 Like