Make your ubuntu server to GUI Based
sudo apt install xfce4 xfce4-goodies -y
sudo apt install tightvncserver -y
vncserver
net.ipv4.ip_nonlocal_bind=1 | |
net.ipv6.ip_nonlocal_bind=1 | |
net.bridge.bridge-nf-call-iptables=1 | |
net.bridge.bridge-nf-call-ip6tables=1 | |
net.ipv4.neigh.default.gc_thresh1=128 | |
net.ipv4.neigh.default.gc_thresh2=28672 | |
net.ipv4.neigh.default.gc_thresh3=32768 | |
net.ipv6.neigh.default.gc_thresh1=128 | |
net.ipv6.neigh.default.gc_thresh2=28672 | |
net.ipv6.neigh.default.gc_thresh3=32768 |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: loki-stack | |
--- | |
apiVersion: apps/v1 | |
kind: StatefulSet | |
metadata: | |
name: loki | |
namespace: loki-stack |
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": { | |
"type": "datasource", | |
"uid": "grafana" | |
}, | |
"enable": true, |