Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ceph-csi how-to (Juju) #819

Merged
merged 4 commits into from
Nov 26, 2024
Merged

Commits on Nov 22, 2024

  1. Add ceph-csi how-to (Juju)

    We're adding a guide that describes the steps to deploy Ceph and the
    Ceph CSI plugin using Juju.
    
    It mostly follows the steps outlined in the ceph-csi readme:
    https://github.com/charmed-kubernetes/ceph-csi-operator/blob/main/README.md
    petrutlucian94 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6eaa8f7 View commit details
    Browse the repository at this point in the history
  2. Update index.md

    nhennigan authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7e38a99 View commit details
    Browse the repository at this point in the history
  3. Update ceph-csi.md

    edited the language to be more in line with a how-to guide rather than tutorial. Also changes to layout and heading
    nhennigan authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c355416 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Readd "juju k8s deploy" example and a note on k8s resources

    VM containers will default to 1 vcpu, which isn't enough for K8s.
    K8s services and pods will hang unless we allocate enough resources.
    
    We'll readd the "juju k8s deploy" example and an explicit note
    on resource requirements.
    petrutlucian94 committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    49e2b62 View commit details
    Browse the repository at this point in the history