This file contains 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: kustomize.toolkit.fluxcd.io/v1 | |
kind: Kustomization | |
metadata: | |
name: cert-manager | |
namespace: flux-system | |
spec: | |
interval: 5m | |
path: "./cert-manager/controller" | |
prune: true |
This file contains 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
2024-03-15 00:48:47.404259 I | op-osd: ceph osd status in namespace "rook-ceph" check interval "1m0s" | |
2024-03-15 00:48:47.404266 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" | |
2024-03-15 00:48:48.396763 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) | |
2024-03-15 00:48:58.783679 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="- key: node-role.kubernetes.io/control-plane\n operator: Exists\n- key: node-role.kubernetes.io/infrastructure\n operator: Exists" (configmap) | |
2024-03-15 00:48:58.783755 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) | |
2024-03-15 00:48:59.415188 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) | |
2024-03-15 00:49:01.990334 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) | |
2024-03-15 00:49:02.757884 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) | |
2024-03-15 00:49:10.717449 I | op-osd: stopping monitoring of OSDs in namespace "rook-ceph" | |
Tolerations: []v1.Toleration{ |
This file contains 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
2023-12-13T12:04:01Z DEBUG provider-keycloak Starting {"sync-period": "1h0m0s"} | |
2023-12-13T12:04:01Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": ":8080"} | |
2023-12-13T12:04:01Z INFO starting server {"path": "/metrics", "kind": "metrics", "addr": "[::]:8080"} | |
2023-12-13T12:04:01Z INFO Starting EventSource {"controller": "managed/client.keycloak.crossplane.io/v1alpha1, kind=protocolmapper", "controllerGroup": "client.keycloak.crossplane.io", "controllerKind": "ProtocolMapper", "source": "kind source: *v1alpha1.ProtocolMapper"} | |
2023-12-13T12:04:01Z INFO Starting Controller {"controller": "managed/client.keycloak.crossplane.io/v1alpha1, kind=protocolmapper", "controllerGroup": "client.keycloak.crossplane.io", "controllerKind": "ProtocolMapper"} | |
2023-12-13T12:04:01Z INFO Starting EventSource {"controller": "managed/group.keycloak.crossplane.io/v1alpha1, kind=group", "controllerGroup": "group.keycloak.crossplane.io", "controllerKind": "Group", "source": "kind source: *v1alpha1.Group" |
This file contains 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
resource "local_file" "pro_hosts_yaml" { | |
content = templatefile("${path.module}/templates/pro-hosts.tftpl", | |
{ | |
trunks = local.trunk-l | |
leafs = local.leaf-l | |
} | |
) | |
filename = "${path.module}/provision/hosts.yaml" | |
file_permission = "0644" | |
} |
This file contains 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: apps/v1 | |
#kind: Deployment | |
kind: DaemonSet | |
metadata: | |
name: cloudflared | |
namespace: ingress | |
labels: | |
group: cloudflare | |
spec: |
This file contains 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: ConfigMap | |
metadata: | |
name: xbs-config | |
namespace: apps | |
data: | |
healthcheck.js: | | |
const http = require('http'); |
This file contains 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
kind: Deployment | |
apiVersion: apps/v1 | |
metadata: | |
namespace: tools | |
name: whoami | |
labels: | |
app: whoami | |
spec: | |
replicas: 6 | |
selector: |
This file contains 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
--- | |
# Source: calico/templates/calico-config.yaml | |
# This ConfigMap is used to configure a self-hosted Calico installation. | |
kind: ConfigMap | |
apiVersion: v1 | |
metadata: | |
name: calico-config | |
namespace: kube-system | |
data: | |
# Typha is disabled. |
This file contains 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
version: '3.7' | |
services: | |
minio1: | |
image: minio/minio:latest | |
hostname: minio1 | |
volumes: | |
- /mnt/drive/minio:/export | |
networks: | |
- proxy |
This file contains 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
{ | |
"name": "xBrowserSync_api", | |
"hostname": "7d8549e34a6b", | |
"pid": 1, | |
"level": 50, | |
"req": null, | |
"err": { | |
"message": "Authentication failed.", | |
"name": "MongoError", | |
"stack": "MongoError: Authentication failed.\n at MessageStream.messageHandler (/usr/src/api/node_modules/mongodb/lib/cmap/connection.js:268:20)\n at MessageStream.emit (events.js:315:20)\n at processIncomingData (/usr/src/api/node_modules/mongodb/lib/cmap/message_stream.js:144:12)\n at MessageStream._write (/usr/src/api/node_modules/mongodb/lib/cmap/message_stream.js:42:5)\n at writeOrBuffer (internal/streams/writable.js:358:12)\n at MessageStream.Writable.write (internal/streams/writable.js:303:10)\n at Socket.ondata (internal/streams/readable.js:719:22)\n at Socket.emit (events.js:315:20)\n at addChunk (internal/streams/readable.js:309:12)\n at readableAddChunk (internal/streams/readable.js:284:9)\n at Socket.Readable.push (internal/streams/readable.js:223:10)\n at TCP.onStreamRead (inter |
NewerOlder