More minor fixes and doc updates
This commit is contained in:
parent
9c06b052ea
commit
2f0abc54b4
@ -18,7 +18,7 @@
|
||||
"subdir": "contrib/mixin"
|
||||
}
|
||||
},
|
||||
"version": "e1d79097d53709813bae0195e71f4bee53ecab2d",
|
||||
"version": "f0708d350e4fc95e95338fb54af7b571e5bce7a8",
|
||||
"sum": "xuUBd2vqF7asyVDe5CE08uPT/RxAdy8O75EjFJoMXXU="
|
||||
},
|
||||
{
|
||||
@ -68,7 +68,7 @@
|
||||
"subdir": "grafana-builder"
|
||||
}
|
||||
},
|
||||
"version": "32685d75e4ae753e06ab3bea13df9d59bb5da46a",
|
||||
"version": "eb731883044fc58f255d79c2a8d78a5854084e05",
|
||||
"sum": "VmOxvg9FuY9UYr3lN6ZJe2HhuIErJoWimPybQr3S3yQ="
|
||||
},
|
||||
{
|
||||
@ -138,8 +138,8 @@
|
||||
"subdir": "jsonnet/kube-prometheus"
|
||||
}
|
||||
},
|
||||
"version": "0fe6411003b3b9a969a61220fc17a94e2c0be94f",
|
||||
"sum": "paNe3vjoMkCzrTCW1RCPLcXo+ymOPi9AxA98C/1nbrY="
|
||||
"version": "80ab54b66a88cd40fc935d17abbd7b50b12cc3f7",
|
||||
"sum": "w35hpzjA5b+xr9dXnpudKRsdTheO9YO1SESoG4oyyL8="
|
||||
},
|
||||
{
|
||||
"source": {
|
||||
@ -148,7 +148,7 @@
|
||||
"subdir": "jsonnet/mixin"
|
||||
}
|
||||
},
|
||||
"version": "ffd2f20e64114e07bdfe1ed20181cdb1cd25168a",
|
||||
"version": "88e86c5caf84dc85338c904e13b0656bf1b56a67",
|
||||
"sum": "n3flMIzlADeyygb0uipZ4KPp2uNSjdtkrwgHjTC7Ca4=",
|
||||
"name": "prometheus-operator-mixin"
|
||||
},
|
||||
@ -159,8 +159,8 @@
|
||||
"subdir": "jsonnet/prometheus-operator"
|
||||
}
|
||||
},
|
||||
"version": "ffd2f20e64114e07bdfe1ed20181cdb1cd25168a",
|
||||
"sum": "IGuHwz77oTKx9Vi1dnTng/RBV/QQ2YfAdB+WPqK/w5g="
|
||||
"version": "88e86c5caf84dc85338c904e13b0656bf1b56a67",
|
||||
"sum": "3tRcbCxuH5piaixkvwe4UdVVWlxkxKz8eBgbgYqvbRk="
|
||||
},
|
||||
{
|
||||
"source": {
|
||||
@ -190,7 +190,7 @@
|
||||
"subdir": "documentation/prometheus-mixin"
|
||||
}
|
||||
},
|
||||
"version": "965e603fa792bca0900ac76eb45ae84c81af1cdf",
|
||||
"version": "5dbbadf59823aea6e9daa5e6c7877f1572b93941",
|
||||
"sum": "rNvddVTMNfaguOGzEGoeKjUsfhlXJBUImC+SIFNNCiM=",
|
||||
"name": "prometheus"
|
||||
},
|
||||
@ -212,7 +212,7 @@
|
||||
"subdir": "mixin"
|
||||
}
|
||||
},
|
||||
"version": "9d6f82e55d13c162c00620045f109dbff5cb9344",
|
||||
"version": "463dd481cc740194cc9504cd6aeb48f342afe020",
|
||||
"sum": "HhSSbGGCNHCMy1ee5jElYDm0yS9Vesa7QB2/SHKdjsY=",
|
||||
"name": "thanos-mixin"
|
||||
}
|
||||
|
@ -213,8 +213,6 @@ aws-efs-csi-driver:
|
||||
# value: "<aws-efs-csi-driver IAM ROLE ARN>"
|
||||
#- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||
# value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
||||
#- name: AWS_STS_REGIONAL_ENDPOINTS
|
||||
# value: regional
|
||||
|
||||
node:
|
||||
logLevel: 2
|
||||
|
@ -61,8 +61,6 @@ aws-efs-csi-driver:
|
||||
value: {{ index .Values "storage" "aws-efs-csi-driver" "IamArn" | quote }}
|
||||
- name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||
value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
||||
- name: AWS_STS_REGIONAL_ENDPOINTS
|
||||
value: regional
|
||||
|
||||
# The EFS controller steel needs hostnetwork and cannot update on single node control planes otherwise
|
||||
{{- if not .Values.global.highAvailable }}
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
### FeatureGates
|
||||
- CustomCPUCFSQuotaPeriod
|
||||
- MemoryQoS
|
||||
- MemoryQoS [details](https://kubernetes.io/blog/2023/05/05/qos-memory-resources/)
|
||||
|
||||
# Upgrade
|
||||
`(No, really, you MUST read this before you upgrade)`
|
||||
|
Loading…
Reference in New Issue
Block a user