This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# UNASSIGNED 10.17.13.1 - 10.17.13.2 | |
# UNASSIGNED 10.17.13.225 - 10.17.13.240 | |
# METALLB IPs 10.17.13.241 - 10.17.13.248 | |
# GATEWAY = 10.17.13.249 | |
# moo = 10.17.13.250 | |
# matchbox = 10.17.13.251 | |
# dnsmasq = 10.17.13.252 | |
# | |
docker run --restart unless-stopped --name=matchbox -d --net=vlan-13net \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is Git's per-user configuration file. | |
[user] | |
# name = Your name here | |
# email = [email protected] | |
# signingkey = ABCD1234... | |
name = Work name | |
email = [email protected] | |
signingkey = 1234FEDC... | |
[push] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: kyverno.io/v1 | |
kind: ClusterPolicy | |
metadata: | |
name: auto-vpa-creation | |
annotations: | |
policies.kyverno.io/title: Add default VPA | |
policies.kyverno.io/category: Cost Optimization | |
policies.kyverno.io/subject: Vertical Pod Autoscaler | |
policies.kyverno.io/description: >- |
OlderNewer