Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Jun 25, 2024
1 parent 5fcce0e commit 40f5ca5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .wordlist-sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ basename
bashrc
BASHRC
bB
blockDevices
busybox
bz
bzcat
Expand All @@ -54,6 +55,7 @@ dcgm
defaultCertificate
defaultChannel
deployables
deviceName
df
dirname
DIRS
Expand All @@ -65,6 +67,7 @@ dnf
dockerfiles
dport
dryrun
ebs
ecr
eE
eee
Expand Down Expand Up @@ -110,6 +113,7 @@ installModes
installPlanApproval
InstanceId
instanceType
iops
iptables
journalctl
Jx
Expand All @@ -121,6 +125,7 @@ klusterlet
KLUSTERLET
klusterletaddonconfigs
klusterlets
kmsKey
krew
KREW
ksh
Expand Down Expand Up @@ -268,7 +273,9 @@ VELERO
venv
virtctl
vmSize
volumeSize
volumeSnapshot
volumeType
vwc
vzx
WantedBy
Expand All @@ -279,6 +286,7 @@ wo
wordlist
xargs
xlarge
xvdb
xz
yamllint
yml
Expand Down
28 changes: 28 additions & 0 deletions docs/OTHER.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,31 @@
## SOPS

https://github.com/getsops/sops

## AWS Machine Set storage

Patch `MachineSet` to add secondary storage

```sh
spec:
template:
spec:
providerSpec:
value:
blockDevices:
- ebs:
encrypted: true
iops: 0
kmsKey:
arn: ''
volumeSize: 100
volumeType: gp3
- deviceName: /dev/xvdb
ebs:
encrypted: true
iops: 0
kmsKey:
arn: ''
volumeSize: 1000
volumeType: gp3
```

0 comments on commit 40f5ca5

Please sign in to comment.