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

K8s: change pvc warning to link to new feature #312

Merged
merged 2 commits into from
Jun 17, 2024
Merged

Conversation

kaitlynmichael
Copy link
Contributor

No description provided.

@kaitlynmichael kaitlynmichael added bug Something isn't working k8s labels Jun 11, 2024
@kaitlynmichael kaitlynmichael requested a review from a team June 11, 2024 17:18
@kaitlynmichael kaitlynmichael self-assigned this Jun 11, 2024
Copy link
Collaborator

@dwdougherty dwdougherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kaitlynmichael. There are a couple of link issues. See suggestions.

{{< warning >}}
Be aware the persistent volume size cannot be changed after deployment. Trying to change this value after deployment could result in unexpected and potentially damaging behavior. Please be sure your specified *volumeSize* is correct at the time of creation.
{{< /warning >}}
Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({{relref "/operate/kubernetes/re-clusters/expand-pvc"}}) for details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link doesn't display.

Suggested change
Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({{relref "/operate/kubernetes/re-clusters/expand-pvc"}}) for details.
Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({< {relref "/operate/kubernetes/re-clusters/expand-pvc" >}}) for details.

When adjusting compute resources, make sure the ratio of persistent volume size and the new memory size are in accordance to the [Hardware
requirements]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/hardware-requirements.md" >}}).

Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({{relref "/operate/kubernetes/re-clusters/expand-pvc"}}) for details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({{relref "/operate/kubernetes/re-clusters/expand-pvc"}}) for details.
Persistent volume claims can be expanded, but not reduced after creation. See [Expand PersistentVolumeClaim (PVC)]({{< relref "/operate/kubernetes/re-clusters/expand-pvc" >}}) for details.

@kaitlynmichael kaitlynmichael merged commit f003524 into main Jun 17, 2024
4 checks passed
@kaitlynmichael kaitlynmichael deleted the DOC-3856 branch June 17, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working k8s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants