Skip to content

Update documentation on Creating license Secret to include steps to update license #7111

Open
@shaun-nx

Description

@shaun-nx

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

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

No one assigned

    Labels

    documentationPull requests/issues for documentationproposalAn issue that proposes a feature requestready for refinementAn issue that was triaged and it is ready to be refined

    Type

    Projects

    Status

    Prioritized backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions