$ helm install kubedb appscode/kubedb \
--version v2022.03.28 \
--namespace kubedb --create-namespace \
--set kubedb-provisioner.enabled=true \
--set kubedb-ops-manager.enabled=true \
--set kubedb-autoscaler.enabled=true \
--set kubedb-dashboard.enabled=true \
--set kubedb-schema-manager.enabled=true \
--set-file global.license=/path/to/the/license.txt \
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
port: 4222 | |
https: 8222 | |
server_name: us-central-nats-demo | |
max_connections: 250000 | |
max_subscriptions: 200000 | |
reconnect_error_reports: 3600 | |
max_traced_msg_len: 64 |
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: ServiceAccount | |
metadata: | |
name: goldpinger-serviceaccount | |
namespace: default | |
--- | |
apiVersion: apps/v1 | |
kind: DaemonSet | |
metadata: |
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
Kubernetes (v1.23.4) | |
System.IO.IOException: No space left on device : '/home/runner/actions-runner/_diag/Worker_20220330-123646-utc.log' at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset) at System.IO.Strategies.BufferedFileStreamStrategy.FlushWrite() at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.Diagnostics.TextWriterTraceListener.Flush() at GitHub.Runner.Common.HostTraceListener.WriteHeader(String source, TraceEventType eventType, Int32 id) at GitHub.Runner.Common.HostTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message) at GitHub.Runner.Worker.Worker.RunAsync(String pipeIn, String pipeOut) at GitHub.Runner.Worker.Program.MainAsync(IHostContext context, String[] args) System.IO.IOException: No space left on device : '/home/runner/actions-runner/_diag/Worke |
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: kubedb.com/v1alpha2 | |
kind: Postgres | |
metadata: | |
name: confluence-db-copy | |
namespace: platform-atlassian | |
spec: | |
allowedSchemas: | |
namespaces: | |
from: Same | |
clientAuthMode: md5 |
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: kubedb.com/v1alpha2 | |
kind: Postgres | |
metadata: | |
name: demo-pg | |
namespace: demo | |
spec: | |
version: "11.11-test" | |
coordinator: | |
resources: | |
limits: |
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
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |
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
# kind cluster | |
LICENSE_FILE=/Users/tamal/Downloads/kubedb-enterprise-license-efa6308c-ecfd-480e-a11c-2722fecf6b8d.txt | |
helm upgrade -i opscenter-core appscode/opscenter-core \ | |
-n kubeops --create-namespace \ | |
--set kube-ui-server.enabled=false \ | |
--set panopticon.enabled=true \ | |
--set panopticon.monitoring.serviceMonitor.labels.release=kube-prometheus-stack \ | |
--set-file panopticon.license=$LICENSE_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: meta.k8s.appscode.com/v1alpha1 | |
kind: Render | |
request: | |
block: | |
displayMode: List | |
fieldPath: '{.response.dashboards[0].panels}' | |
kind: Connection | |
query: | |
raw: | | |
request: |