prometheus auskommentiert
This commit is contained in:
60
argocd/apps/kube-prometheus/ns.json
Normal file
60
argocd/apps/kube-prometheus/ns.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Namespace",
|
||||
"metadata": {
|
||||
"annotations": {
|
||||
"argocd.argoproj.io/sync-options": "ServerSideApply=true"
|
||||
},
|
||||
"creationTimestamp": "2025-05-27T13:34:36Z",
|
||||
"deletionTimestamp": "2025-05-27T13:34:59Z",
|
||||
"labels": {
|
||||
"kubernetes.io/metadata.name": "monitoring",
|
||||
"pod-security.kubernetes.io/enforce": "privileged"
|
||||
},
|
||||
"name": "monitoring",
|
||||
"resourceVersion": "10560767",
|
||||
"uid": "16e156d1-b85e-4c65-b573-18e75205a73e"
|
||||
},
|
||||
"spec": {
|
||||
},
|
||||
"status": {
|
||||
"conditions": [
|
||||
{
|
||||
"lastTransitionTime": "2025-05-27T13:35:05Z",
|
||||
"message": "All resources successfully discovered",
|
||||
"reason": "ResourcesDiscovered",
|
||||
"status": "False",
|
||||
"type": "NamespaceDeletionDiscoveryFailure"
|
||||
},
|
||||
{
|
||||
"lastTransitionTime": "2025-05-27T13:35:05Z",
|
||||
"message": "All legacy kube types successfully parsed",
|
||||
"reason": "ParsedGroupVersions",
|
||||
"status": "False",
|
||||
"type": "NamespaceDeletionGroupVersionParsingFailure"
|
||||
},
|
||||
{
|
||||
"lastTransitionTime": "2025-05-27T13:35:05Z",
|
||||
"message": "All content successfully deleted, may be waiting on finalization",
|
||||
"reason": "ContentDeleted",
|
||||
"status": "False",
|
||||
"type": "NamespaceDeletionContentFailure"
|
||||
},
|
||||
{
|
||||
"lastTransitionTime": "2025-05-27T13:35:05Z",
|
||||
"message": "Some resources are remaining: jobs.batch has 1 resource instances, rolebindings.rbac.authorization.k8s.io has 1 resource instances, roles.rbac.authorization.k8s.io has 1 resource instances, serviceaccounts. has 1 resource instances",
|
||||
"reason": "SomeResourcesRemain",
|
||||
"status": "True",
|
||||
"type": "NamespaceContentRemaining"
|
||||
},
|
||||
{
|
||||
"lastTransitionTime": "2025-05-27T13:35:05Z",
|
||||
"message": "Some content in the namespace has finalizers remaining: argocd.argoproj.io/hook-finalizer in 4 resource instances",
|
||||
"reason": "SomeFinalizersRemain",
|
||||
"status": "True",
|
||||
"type": "NamespaceFinalizersRemaining"
|
||||
}
|
||||
],
|
||||
"phase": "Terminating"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user