charmed-kubernetes / kubernetes-docs

This repository contains the development version of docs for Charmed Kubernetes
7 stars 52 forks source link

switch command syntax from juju 2.x to juju 3.x styles #756

Closed addyess closed 1 year ago

addyess commented 1 year ago

Changing command syntax from juju 2.x to juju 3.x style based on the juju release-notes

I left the historical notes in place, but only the current notes will take adjustment

Major changes are around these client changes Original New
juju run juju exec
juju run-action --wait juju run
juju relate juju integrate
juju add-relation juju integrate
netlify[bot] commented 1 year ago

Deploy Preview for cdk-next ready!

Name Link
Latest commit 68a3304f7e8057c848f4d3441cceeadc97c57053
Latest deploy log https://app.netlify.com/sites/cdk-next/deploys/64216a3003dd550008037eac
Deploy Preview https://deploy-preview-756--cdk-next.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

evilnick commented 1 year ago

Nice. I think this also now needs to explicitly call out that we require 3.x Probably on the install-manual page and the quickstart page. I will take a look May make sense to add to upgrades also

evilnick commented 1 year ago

i made a change to the quickstart page (which installed 2.9). Sad that 3.1 isn't the default Juju... I will make a further issue for adding additional notifications, but at least this stops the docs being wrong. thanks!