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
# patches/gateway-crds.yaml | |
Cluster: | |
inlineManifests: | |
- name: gateway-api-crds | |
priority: "critical" | |
contents: | | |
apiVersion: apiextensions.k8s.io/v1 | |
kind: CustomResourceDefinition | |
metadata: | |
annotations: |
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
# Copyright 2024 The Kubernetes Authors. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
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
## /pss9/apps/external-dns/values.yaml | |
provider: | |
name: cloudflare | |
env: | |
- name: CF_API_TOKEN | |
valueFrom: | |
secretKeyRef: | |
name: cf-api-token | |
key: apikey | |
domainFilters: |
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: v1 | |
items: | |
- apiVersion: v1 | |
kind: Pod | |
metadata: | |
annotations: | |
kubectl.kubernetes.io/restartedAt: "2024-12-13T21:40:00-05:00" | |
creationTimestamp: "2024-12-22T02:23:31Z" | |
generateName: argocd-application-controller- | |
labels: |
This file has been truncated, but you can view the full file.
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: v1 | |
kind: Namespace | |
metadata: | |
name: argocd | |
--- | |
apiVersion: apiextensions.k8s.io/v1 | |
kind: CustomResourceDefinition | |
metadata: | |
labels: | |
app.kubernetes.io/name: applications.argoproj.io |
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
rogue@TUMBLER:~/pss6/talos2$ cilium connectivity test | |
ℹ️ Monitor aggregation detected, will skip some flow validation steps | |
ℹ️ Skipping tests that require a node Without Cilium | |
✨ [omni-pss6] Deploying lrp-client deployment... | |
✨ [omni-pss6] Deploying lrp-backend deployment... | |
⌛ [omni-pss6] Waiting for deployment cilium-test-1/client to become ready... | |
⌛ [omni-pss6] Waiting for deployment cilium-test-1/client2 to become ready... | |
⌛ [omni-pss6] Waiting for deployment cilium-test-1/echo-same-node to become ready... | |
⌛ [omni-pss6] Waiting for deployment cilium-test-1/client3 to become ready... | |
⌛ [omni-pss6] Waiting for deployment cilium-test-1/lrp-client to become ready... |
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
# Grafana Enterprise Metrics specific values and features are found after the `enterprise:` key | |
# | |
# The default values specified in this file are enough to deploy all of the | |
# Grafana Mimir or Grafana Enterprise Metrics microservices but are not suitable for | |
# production load. | |
# To configure the resources for production load, refer to the small.yaml or | |
# large.yaml values files. | |
# Note: The values in this file are not backward compatible. Copying and pasting the values is discouraged, but if you do so, | |
# make sure to use the values.yaml from the branch or tag that matches the mimir-distributed Helm chart version that you |
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
rogue@TUMBLER:~/ghostnet/gitops/infra/monitoring/mimir$ kubectl delete pod -n observability -l app.kubernetes.io/name=mimir | |
kubectl get pods -n observability -l app.kubernetes.io/name=mimir | |
kubectl logs -n observability -l app.kubernetes.io/name=mimir --tail=50 | |
pod "mimir-alertmanager-0" deleted | |
pod "mimir-compactor-0" deleted | |
pod "mimir-distributor-7bbb97cbd-fk2md" deleted | |
pod "mimir-distributor-7bbb97cbd-x8psc" deleted | |
pod "mimir-ingester-zone-a-0" deleted | |
pod "mimir-ingester-zone-b-0" deleted | |
pod "mimir-ingester-zone-c-0" deleted |
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
rogue@TUMBLER:~/ghostnet/gitops/infra/networking/cilium$ helm show values cilium/cilium --version 1.17.3 | |
# File generated by install/kubernetes/Makefile; DO NOT EDIT. | |
# This file is based on install/kubernetes/cilium/*values.yaml.tmpl. | |
# @schema | |
# type: [null, string] | |
# @schema | |
# -- namespaceOverride allows to override the destination namespace for Cilium resources. | |
# This property allows to use Cilium as part of an Umbrella Chart with different targets. |
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: apiextensions.k8s.io/v1 | |
kind: CustomResourceDefinition | |
metadata: | |
labels: | |
app.kubernetes.io/instance: argo-workflows | |
app.kubernetes.io/part-of: argo-workflows | |
name: clusterworkflowtemplates.argoproj.io | |
spec: | |
group: argoproj.io | |
names: |
OlderNewer