forked from tim/k3s-ansible
Pre commit fixes (#167)
* chore(dependencies): updated kube-vip to 0.5.6 * fix(pre-commit): pin to hash * fix(pre-commit): added more hooks and fixed lint * fix(pre-commit): added pre-commit hook so we don't have to run it manually * fix(pre-commit): Added docs to readme * fix(pre-commit): added texthooks * fix(pre-commit): pin to hash * fix(pre-commit): added mor hooks and fixed lint * fix(lint): Fixing quotes * fix(ci): only run test if linting passes * fix(ci): convert to reusable workflows * fix(pr template): Reorder steps
This commit is contained in:
@@ -77,7 +77,7 @@ spec:
|
||||
aggregationLength:
|
||||
default: 32
|
||||
description: The aggregation-length advertisement option lets
|
||||
you “roll up” the /32s into a larger prefix.
|
||||
you "roll up" the /32s into a larger prefix.
|
||||
format: int32
|
||||
minimum: 1
|
||||
type: integer
|
||||
@@ -167,7 +167,7 @@ spec:
|
||||
aggregationLength:
|
||||
default: 32
|
||||
description: The aggregation-length advertisement option lets
|
||||
you “roll up” the /32s into a larger prefix.
|
||||
you "roll up" the /32s into a larger prefix.
|
||||
format: int32
|
||||
minimum: 1
|
||||
type: integer
|
||||
@@ -359,7 +359,7 @@ spec:
|
||||
aggregationLength:
|
||||
default: 32
|
||||
description: The aggregation-length advertisement option lets you
|
||||
“roll up” the /32s into a larger prefix. Defaults to 32. Works for
|
||||
"roll up" the /32s into a larger prefix. Defaults to 32. Works for
|
||||
IPv4 addresses.
|
||||
format: int32
|
||||
minimum: 1
|
||||
@@ -367,7 +367,7 @@ spec:
|
||||
aggregationLengthV6:
|
||||
default: 128
|
||||
description: The aggregation-length advertisement option lets you
|
||||
“roll up” the /128s into a larger prefix. Defaults to 128. Works
|
||||
"roll up" the /128s into a larger prefix. Defaults to 128. Works
|
||||
for IPv6 addresses.
|
||||
format: int32
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user