Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ literalSubject
LiteralSubject
LiteralSubjects
SVIDs
steerers
stevehipwell
TLDs
TODO
Expand Down Expand Up @@ -494,6 +495,7 @@ OAuth
observedGeneration
onwards
openshift-supported-versions
parsable
plaintext
powershell
pre
Expand Down Expand Up @@ -583,6 +585,8 @@ v1.18
v1.18.0
v1.18.0.
v1.19
v1.19.0
alpha.0
v1.5
v1.5.0
v1.5.0.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/cli/cainjector.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Flags:
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
AllAlpha=true|false (ALPHA - default=false)
AllBeta=true|false (BETA - default=false)
CAInjectorMerging=true|false (ALPHA - default=false)
CAInjectorMerging=true|false (BETA - default=true)
ServerSideApply=true|false (ALPHA - default=false)
-h, --help help for cainjector
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
Expand Down
1 change: 1 addition & 0 deletions content/docs/cli/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Flags:
--enable-profiling Enable profiling for controller.
--extra-certificate-annotations strings Extra annotation to be added by the ingress-shim controller to certificate object
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
ACMEHTTP01IngressPathTypeExact=true|false (BETA - default=true)
AllAlpha=true|false (ALPHA - default=false)
AllBeta=true|false (BETA - default=false)
DefaultPrivateKeyRotationPolicyAlways=true|false (BETA - default=true)
Expand Down
1 change: 1 addition & 0 deletions content/docs/cli/webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Flags:
--dynamic-serving-leaf-duration duration leaf duration of serving certificates (default 168h0m0s)
--enable-profiling Enable profiling for webhook.
--feature-gates mapStringBool A set of key=value pairs that describe feature gates for alpha/experimental features. Options are:
ACMEHTTP01IngressPathTypeExact=true|false (BETA - default=true)
AllAlpha=true|false (ALPHA - default=false)
AllBeta=true|false (BETA - default=false)
DefaultPrivateKeyRotationPolicyAlways=true|false (BETA - default=true)
Expand Down
12 changes: 10 additions & 2 deletions content/docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@
"path": "/docs/releases/README.md"
},
{
"title": "1.18",
"path": "/docs/releases/release-notes/release-notes-1.18.md"
"title": "1.19",
"path": "/docs/releases/release-notes/release-notes-1.19.md"
},
{
"title": "Upgrade 1.18 to 1.19",
"path": "/docs/releases/upgrading/upgrading-1.18-1.19.md"
},
{
"title": "1.18",
"path": "/docs/releases/release-notes/release-notes-1.18.md"
},
{
"title": "Upgrade 1.17 to 1.18",
Expand Down
Loading