-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Open
Copy link
Labels
documentationPull requests/issues for documentationPull requests/issues for documentationproposalAn issue that proposes a feature requestAn issue that proposes a feature requestready for refinementAn issue that was triaged and it is ready to be refinedAn issue that was triaged and it is ready to be refined
Milestone
Description
Overview
Existing documentation on how to Create a License Secret does not provide steps on how to update that secret in the event that the existing JWT expires.
This task is to update our documentation to provide this step
Acceptance Criteria
- Update Create a License Secret document with steps on how to update a secret that is already deployed
Example command to update a license secret that is already deployed
kubectl create secret generic license-token \
--save-config \
--dry-run=client \
--from-file=license.jwt=license.jwt \
--type=nginx.com/license \
-o yaml | \
kubectl apply -f -
Metadata
Metadata
Assignees
Labels
documentationPull requests/issues for documentationPull requests/issues for documentationproposalAn issue that proposes a feature requestAn issue that proposes a feature requestready for refinementAn issue that was triaged and it is ready to be refinedAn issue that was triaged and it is ready to be refined
Type
Projects
Status
Prioritized backlog