docs: update index page

Simplify the index page.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrew Rynhard 2022-03-24 13:03:56 -07:00 committed by Andrey Smirnov
parent ad6b7ec1a4
commit 1d55f05d11
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
18 changed files with 7 additions and 5532 deletions

View File

@ -4,7 +4,7 @@ title = "Talos Linux?"
<section class="">
<div class="container">
<div class="row align-items-center">
<div class="row align-items-center justify-content-center">
<div class="col-12 col-lg-6">
<h1 class="display-1 text-center mb-5">What is Talos Linux?</h1>
<p class="">
@ -37,10 +37,6 @@ title = "Talos Linux?"
</div>
</div>
</div>
<div class="col-12 col-lg-6">
<img class="img-fluid rounded" src="/images/talos-arch.svg" alt="Featured Image">
</div>
</div>
</div>
</section>
@ -73,106 +69,6 @@ title = "Talos Linux?"
</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<h3 class="display-4 text-center mb-4">API Driven</h3>
<div class="text-center">
<div class="tab-content mb-3" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-cluster" role="tabpanel" aria-labelledby="pills-cluster-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/cluster-create.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-services" role="tabpanel" aria-labelledby="pills-services-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-services.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-routes" role="tabpanel" aria-labelledby="pills-routes-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-routes.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-interfaces" role="tabpanel" aria-labelledby="pills-interfaces-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-interfaces.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-containers" role="tabpanel" aria-labelledby="pills-containers-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-containers.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-processes" role="tabpanel" aria-labelledby="pills-processes-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-processes.cast"></asciinema-player>
</div>
<div class="tab-pane fade" id="pills-mounts" role="tabpanel" aria-labelledby="pills-mounts-tab">
<asciinema-player autoplay loop rows="29" preload src="/asciinema/talosctl-mounts.cast"></asciinema-player>
</div>
</div>
<script src="/asciinema/asciinema-player.js"></script>
<ul class="nav nav-pills justify-content-center" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1 active" id="pills-cluester-tab" data-toggle="pill" href="#pills-cluster" role="tab" aria-controls="pills-cluster" aria-selected="true">
Cluster
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-services-tab" data-toggle="pill" href="#pills-services" role="tab" aria-controls="pills-services" aria-selected="false">
Services
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-routes-tab" data-toggle="pill" href="#pills-routes" role="tab" aria-controls="pills-routes" aria-selected="false">
Routes
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-interfaces-tab" data-toggle="pill" href="#pills-interfaces" role="tab" aria-controls="pills-interfaces" aria-selected="false">
Interfaces
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-containers-tab" data-toggle="pill" href="#pills-containers" role="tab" aria-controls="pills-containers" aria-selected="false">
Containers
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-processes-tab" data-toggle="pill" href="#pills-processes" role="tab" aria-controls="pills-processes" aria-selected="false">
Processes
</a>
</li>
<li class="nav-item" role="presentation">
<a class="btn btn-primary font-weight-bold mx-1" id="pills-mounts-tab" data-toggle="pill" href="#pills-mounts" role="tab" aria-controls="pills-mounts" aria-selected="false">
Mounts
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="">
<div class="container">
<h2 class="display-2 text-center mb-5">Built with Modern Technology</h2>
<div class="row justify-content-center align-items-center mb-5">
<div class="col-7 col-sm-3 col-md-3 col-lg-2 mb-2">
<a class="d-flex justify-content-center" href="https://www.musl-libc.org/">
<img class="img-fluid" src="/images/musl-logo.png" alt="Musl Logo">
</a>
</div>
<div class="col-7 col-sm-3 col-md-3 col-lg-2 mb-2">
<a class="d-flex justify-content-center" href="https://golang.org/">
<img class="img-fluid" src="/images/go-logo.png" alt="Go Logo">
</a>
</div>
<div class="col-7 col-sm-3 col-md-3 col-lg-2 mb-2">
<a class="d-flex justify-content-center" href="https://grpc.io/">
<img class="img-fluid" src="/images/grpc-logo.png" alt="GRPC Logo">
</a>
</div>
<div class="col-7 col-sm-3 col-md-3 col-lg-2 mb-2">
<a class="d-flex justify-content-center" href="https://containerd.io/">
<img class="img-fluid" src="/images/containerd-logo.png" alt="Containerd Logo">
</a>
</div>
</div>
</div>
</section>

View File

@ -2,4 +2,6 @@
title: "KVM"
---
Talos is known to work on KVM; however, it is currently undocumented.
Talos is known to work on KVM.
We don't yet have a documented guide specific to Xen; however, you can follow the [General Getting Started Guide](../../introduction/getting-started).
If you run into any issues, our [community](https://slack.dev.talos-systems.io/) can probably help!

View File

@ -2,4 +2,6 @@
title: "Xen"
---
Talos is known to work on Xen; however, it is currently undocumented.
Talos is known to work on Xen.
We don't yet have a documented guide specific to Xen; however, you can follow the [General Getting Started Guide](../../introduction/getting-started).
If you run into any issues, our [community](https://slack.dev.talos-systems.io/) can probably help!

View File

@ -1,5 +1,4 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3"/>
<link rel="stylesheet" type="text/css" href="/asciinema/asciinema-player.css" />
<!--- https://aaronluna.dev/blog/add-copy-button-to-code-blocks-hugo-chroma/ -->
{{ if (findRE "<pre" .Content 1) }}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,64 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045742, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.024604, "o", "$ "]
[0.59227, "o", "t"]
[0.744191, "o", "a"]
[0.928307, "o", "l"]
[1.120251, "o", "o"]
[1.216417, "o", "s"]
[1.328251, "o", "c"]
[1.552362, "o", "t"]
[1.672245, "o", "l"]
[1.768367, "o", " "]
[2.184333, "o", "c"]
[2.336186, "o", "o"]
[2.424271, "o", "n"]
[2.520243, "o", "t"]
[2.688284, "o", "a"]
[2.872276, "o", "i"]
[2.976238, "o", "n"]
[3.088216, "o", "e"]
[3.168262, "o", "r"]
[3.328252, "o", "s"]
[4.296381, "o", "\r\n"]
[4.354616, "o", "NODE NAMESPACE ID IMAGE "]
[4.354753, "o", " PID STATUS\r\n10.5.0.2 system apid talos/apid 227 RUNNING\r\n10.5.0.2 system etcd gcr.io/etcd-development/etcd:v3.4.12 307 RUNNING\r\n10.5.0.2 system networkd talos/networkd 109 RUNNING\r\n10.5.0.2 system routerd talos/routerd 108 RUNNING"]
[4.354833, "o", "\r\n10.5.0.2 system trustd talos/trustd 226 RUNNING\r\n"]
[4.35722, "o", "$ "]
[6.232405, "o", "t"]
[6.368321, "o", "a"]
[6.552317, "o", "l"]
[6.728357, "o", "o"]
[6.840264, "o", "s"]
[6.960241, "o", "c"]
[7.200242, "o", "t"]
[7.656372, "o", "l"]
[7.768303, "o", " "]
[7.976365, "o", "c"]
[8.080384, "o", "o"]
[8.168281, "o", "n"]
[8.304393, "o", "t"]
[8.464354, "o", "a"]
[8.664387, "o", "i"]
[8.800297, "o", "n"]
[8.888372, "o", "e"]
[8.984386, "o", "r"]
[9.160334, "o", "s"]
[9.280443, "o", " "]
[9.536388, "o", "-"]
[9.800419, "o", "k"]
[10.944438, "o", "\r\n"]
[11.046895, "o", "NODE NAMESPACE ID IMAGE "]
[11.047028, "o", " PID STATUS\r\n10.5.0.2 k8s.io kube-system/coredns-54fb6ddb8b-twgh4 k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 1761 RUNNING\r\n10.5.0.2 k8s.io └─ kube-system/coredns-54fb6ddb8b-twgh4:coredns k8s.gcr.io/coredns@sha256:73ca82b4ce829766d4f1f10947c3a338888f876fbed0540dc849c89ff256e90c 1824 RUNNING\r\n10.5.0.2 k8s.io kube-system/kube-apiserver-wt9wv"]
[11.047094, "o", " k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 1328 RUNNING\r\n10.5.0.2 k8s.io └─ kube-system/kube-apiserver-wt9wv:kube-apiserver k8s.gcr.io/kube-apiserver-amd64@sha256:f7a125197ee7f68c21b319bd4422d2492c5efb02f76f46ed8918cf7e12566570 2039 RUNNING"]
[11.047148, "o", "\r\n10.5.0.2 k8s.io kube-system/kube-controller-manager-j79d4 k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 1423 RUNNING\r\n10.5.0.2 "]
[11.04722, "o", "k8s.io └─ kube-system/kube-controller-manager-j79d4:kube-controller-manager k8s.gcr.io/kube-controller-manager-amd64@sha256:29dfffa60c8c6858800732b65d775e03ebd3e5dab30fa0439d6f77e668b699c3 1559 RUNNING\r\n10.5.0.2 k8s.io kube-system/kube-flannel-925g5 k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f "]
[11.047292, "o", "911 RUNNING\r\n10.5.0.2 k8s.io └─ kube-system/kube-flannel-925g5:kube-flannel quay.io/coreos/flannel@sha256:6d451d92c921f14bfb38196aacb6e506d4593c5b3c9d40a8b8a2506010dc3e10 1136 RUNNING\r\n10.5.0.2 k8s.io kube-system/kube-proxy-nvtgb "]
[11.047364, "o", " k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 868 RUNNING\r\n10.5.0.2 k8s.io └─ kube-system/kube-proxy-nvtgb:kube-proxy k8s.gcr.io/kube-proxy-amd64@sha256:37fbe956db3b1a9411bad993c46f9f9f11caa10fcdc5128a483fb1007868d310 951 RUNNING\r\n"]
[11.047417, "o", "10.5.0.2 k8s.io kube-system/kube-scheduler-fx2sx k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 1421 RUNNING\r\n10.5.0.2"]
[11.047472, "o", " k8s.io └─ kube-system/kube-scheduler-fx2sx:kube-scheduler k8s.gcr.io/kube-scheduler-amd64@sha256:5ad4bcdf513354c43e4d97d590d0dca64036bb134da9b45076d5c7563652e5e4 1550 RUNNING\r\n10.5.0.2 k8s.io kube-system/pod-checkpointer-96lhg "]
[11.047525, "o", " k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f 1335 RUNNING\r\n10.5.0.2 k8s.io kube-system/pod-checkpointer-96lhg-talos-default-master-1 k8s.gcr.io/pause@sha256:927d98197ec1141a368550822d18fa1c60bdae27b78b0c004f705f548c07814f "]
[11.047574, "o", " 2139 RUNNING\r\n10.5.0.2 k8s.io └─ kube-system/pod-checkpointer-96lhg-talos-default-master-1:pod-checkpointer ghcr.io/talos-systems/pod-checkpointer@sha256:4339181b0703db9e0050f9175e3bd005db9579043038d4d34bee1f0d30cef84a 2172 RUNNING\r\n10.5.0.2 "]
[11.047637, "o", "k8s.io └─ kube-system/pod-checkpointer-96lhg:pod-checkpointer ghcr.io/talos-systems/pod-checkpointer@sha256:4339181b0703db9e0050f9175e3bd005db9579043038d4d34bee1f0d30cef84a 1823 RUNNING\r\n10.5.0.2 k8s.io kubelet "]
[11.047694, "o", " docker.io/autonomy/kubelet:v1.19.3 430 RUNNING\r\n"]
[11.050136, "o", "$ "]
[13.960338, "o", "exit\r\n"]

View File

@ -1,26 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045704, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.028586, "o", "$ "]
[0.889757, "o", "t"]
[1.049606, "o", "a"]
[1.193566, "o", "l"]
[1.369598, "o", "o"]
[1.457691, "o", "s"]
[1.561609, "o", "c"]
[1.769693, "o", "t"]
[1.865574, "o", "l"]
[2.017688, "o", " "]
[2.241557, "o", "i"]
[2.39357, "o", "n"]
[2.49794, "o", "t"]
[2.62557, "o", "e"]
[2.705662, "o", "r"]
[2.897825, "o", "f"]
[3.001601, "o", "a"]
[3.113596, "o", "c"]
[3.21754, "o", "e"]
[3.33752, "o", "s"]
[3.857692, "o", "\r\n"]
[3.902272, "o", "NODE INDEX NAME MAC MTU ADDRESS\r\n10.5.0.2 1 "]
[3.902407, "o", "lo 65536 127.0.0.1/8\r\n10.5.0.2 2 flannel.1 3a:e1:58:7d:ba:7e 1450 10.244.1.0/32\r\n10.5.0.2 3 cni0 da:25:91:ac:1d:1c 1450 10.244.1.1/24\r\n10.5.0.2 33 eth0 02:42:0a:05:00:02 1500 10.5.0.2/24\r\n"]
[3.90469, "o", "$ "]
[5.961699, "o", "exit\r\n"]

View File

@ -1,30 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045894, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.025295, "o", "$ "]
[0.549835, "o", "t"]
[0.71782, "o", "a"]
[0.909931, "o", "l"]
[1.429971, "o", "o"]
[1.581892, "o", "s"]
[1.733888, "o", "c"]
[1.957921, "o", "t"]
[2.093972, "o", "l"]
[2.214161, "o", " "]
[2.430035, "o", "m"]
[2.557834, "o", "o"]
[2.677948, "o", "u"]
[2.893965, "o", "n"]
[2.997927, "o", "t"]
[3.149916, "o", "s"]
[3.253765, "o", " "]
[3.453859, "o", "|"]
[3.573895, "o", " "]
[3.789999, "o", "h"]
[3.861962, "o", "e"]
[3.989961, "o", "a"]
[4.15787, "o", "d"]
[4.910052, "o", "\r\n"]
[4.956874, "o", "NODE FILESYSTEM SIZE(GB) USED(GB) AVAILABLE(GB) PERCENT USED MOUNTED ON\r\n10.5.0.2 overlay 242.71 165.98 76.73 68.39% /\r\n10.5.0.2 tmpfs 0.07 0.00 0.07 0.00% /dev\r\n"]
[4.957022, "o", "10.5.0.2 tmpfs 16.84 0.00 16.84 0.00% /sys/fs/cgroup\r\n10.5.0.2 /dev/mapper/vgubuntu-root 242.71 165.98 76.73 68.39% /system\r\n10.5.0.2 /dev/mapper/vgubuntu-root 242.71 165.98 76.73 68.39% /run\r\n10.5.0.2 /dev/mapper/vgubuntu-root 242.71 165.98 76.73 68.39% /etc/cni\r\n10.5.0.2 shm 0.07 0.00 0.07 0.00% /dev/shm\r\n10.5.0.2 /dev/mapper/vgubuntu-root 242.71 165.98 76.73 68.39% /var/lib/etcd\r\n"]
[4.957056, "o", "10.5.0.2 /dev/mapper/vgubuntu-root 242.71 165.98 76.73 68.39% /var/lib/kubelet\r\n"]
[4.959554, "o", "$ "]
[8.013877, "o", "exit\r\n"]

View File

@ -1,35 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045806, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.028059, "o", "$ "]
[0.885977, "o", "t"]
[1.037861, "o", "a"]
[1.237899, "o", "l"]
[1.413976, "o", "o"]
[1.582009, "o", "s"]
[1.749878, "o", "c"]
[1.98995, "o", "t"]
[2.117874, "o", "l"]
[2.221915, "o", " "]
[2.477838, "o", "p"]
[2.629859, "o", "r"]
[2.741877, "o", "o"]
[2.893801, "o", "c"]
[3.029849, "o", "e"]
[3.237882, "o", "s"]
[3.389878, "o", "s"]
[3.533875, "o", "e"]
[4.301953, "o", "s"]
[4.486016, "o", " "]
[4.74198, "o", "|"]
[4.87788, "o", " "]
[5.133971, "o", "h"]
[5.189931, "o", "e"]
[5.309965, "o", "a"]
[5.469878, "o", "d"]
[5.870024, "o", "\r\n"]
[5.916673, "o", "NODE PID STATE THREADS CPU-TIME VIRTMEM RESMEM COMMAND\r\n10.5.0.2 2055 S 24 35.06 1.1 GB 377 MB /usr/local/bin/kube-apiserver --enable-admission-plugins=PodSecurityPolicy,NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeClaimResize,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota,Priority,NodeRestriction --advertise-address=10.5.0.2 --allow-privileged=true --anonymous-auth=false --authorization-mode=Node,RBAC --bind-address=0.0.0.0 --client-ca-file=/etc/kubernetes/secrets/ca.crt --requestheader-client-ca-file=/etc/kubernetes/secrets/front-proxy-ca.crt --requestheader-allowed-names=front-proxy-client --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remote-Group --requestheader-username-headers=X-Remote-User --proxy-client-cert-file=/etc/kubernetes/secrets/front-proxy-client.crt --proxy-client-key-file=/etc/kubernetes/secrets/front-proxy-client.key --cloud-provider= --ena"]
[5.916735, "o", "ble-bootstrap-token-auth=true --tls-cipher-suites=TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_GCM_SHA256 --encryption-provider-config=/etc/kubernetes/secrets/encryptionconfig.yaml --audit-policy-file=/etc/kubernetes/secrets/auditpolicy.yaml --audit-log-path=- --audit-log-maxage=30 --audit-log-maxbackup=3 --audit-log-maxsize=50 --profiling=false --etcd-cafile=/etc/kubernetes/secrets/etcd-client-ca.crt --etcd-certfile=/etc/kubernetes/secrets/etcd-client.crt --etcd-keyfile=/etc/kubernetes/secrets/etcd-client.key --etcd-servers=https://127.0.0.1:2379 --insecure-port=0 --kubelet-client-certificate=/etc/kubernetes/secrets/apiserver-kubelet-client.crt --kubelet-client-key=/etc/kubernetes/secrets/apiserver-kubelet-client.key --secure-port=6443 --service-account-key-file=/etc/kuber"]
[5.916771, "o", "netes/secrets/service-account.pub --service-cluster-ip-range=10.96.0.0/12 --tls-cert-file=/etc/kubernetes/secrets/apiserver.crt --tls-private-key-file=/etc/kubernetes/secrets/apiserver.key --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname\r\n10.5.0.2 1595 S 19 9.98 833 MB 110 MB /usr/local/bin/kube-controller-manager --use-service-account-credentials --allocate-node-cidrs=true --cloud-provider= --cluster-cidr=10.244.0.0/16 --service-cluster-ip-range=10.96.0.0/12 --cluster-signing-cert-file=/etc/kubernetes/secrets/ca.crt --cluster-signing-key-file=/etc/kubernetes/secrets/ca.key --configure-cloud-routes=false --leader-elect=true --root-ca-file=/etc/kubernetes/secrets/ca.crt --service-account-private-key-file=/etc/kubernetes/secrets/service-account.key --profiling=false\r\n10.5.0.2 430 S 27 18.79 2.8 GB 104 MB /usr/local/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubeconfig --kubeconfig=/etc/kubernetes/kubeconfig-kubelet --container-runtime=r"]
[5.916991, "o", "emote --container-runtime-endpoint=unix:///run/containerd/containerd.sock --config=/etc/kubernetes/kubelet.yaml --dynamic-config-dir=/etc/kubernetes/kubelet --cert-dir=/var/lib/kubelet/pki --cni-conf-dir=/etc/cni/net.d\r\n10.5.0.2 149 S 31 25.48 783 MB 72 MB /bin/containerd --address /run/containerd/containerd.sock --config /etc/cri/containerd.toml\r\n10.5.0.2 1 S 23 73.62 768 MB 58 MB /sbin/init\r\n10.5.0.2 22 S 24 4.69 779 MB 57 MB /bin/containerd --address /system/run/containerd/containerd.sock --state /system/run/containerd --root /system/var/lib/containerd\r\n10.5.0.2 307 S 37 20.69 11 GB 51 MB /usr/local/bin/etcd --key-file=/etc/kubernetes/pki/etcd/peer.key --peer-client-cert-auth=true --initial-advertise-peer-urls=https://10.5.0.2:2380 --cert-file=/etc/kubernetes/pki/etcd/peer.crt --peer-trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt --peer-key-file=/etc/kubernetes/pki/etcd/peer.key --name=talos-default-master-1 --lis"]
[5.917074, "o", "ten-client-urls=https://0.0.0.0:2379 --data-dir=/var/lib/etcd --trusted-ca-file=/etc/kubernetes/pki/etcd/ca.crt --peer-cert-file=/etc/kubernetes/pki/etcd/peer.crt --listen-peer-urls=https://0.0.0.0:2380 --initial-cluster-state=new --initial-cluster=talos-default-master-1=https://10.5.0.2:2380 --advertise-client-urls=https://10.5.0.2:2379\r\n10.5.0.2 1578 S 21 3.24 767 MB 50 MB /usr/local/bin/kube-scheduler --leader-elect=true --profiling=false\r\n10.5.0.2 1824 S 21 1.88 768 MB 40 MB /coredns -conf /etc/coredns/Corefile\r\n"]
[5.919159, "o", "$ "]
[9.045949, "o", "exit\r\n"]

View File

@ -1,26 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045674, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.026811, "o", "$ "]
[1.314864, "o", "t"]
[1.450794, "o", "a"]
[1.578818, "o", "l"]
[1.746806, "o", "o"]
[1.842806, "o", "s"]
[1.978797, "o", "c"]
[2.178819, "o", "t"]
[2.290793, "o", "l"]
[2.394822, "o", " "]
[2.858757, "o", "r"]
[3.066795, "o", "o"]
[3.162761, "o", "u"]
[3.282768, "o", "t"]
[3.410866, "o", "e"]
[3.570904, "o", "s"]
[4.010954, "o", "\r\n"]
[4.060912, "o", "NODE INTERFACE DESTINATION GATEWAY METRIC\r\n10.5.0.2 eth0 0.0.0.0/0 10.5.0.1/32"]
[4.061097, "o", " 0\r\n10.5.0.2 eth0 10.5.0.0/24 0.0.0.0/32 0\r\n10.5.0.2 flannel.1 10.244.0.0/24 10.244.0.0/32 0\r\n10.5.0.2 cni0 10.244.1.0/24 0.0.0.0/32 0\r\n10.5.0.2 eth0 10.5.0.0/32 0.0.0.0/32 0\r\n10.5.0.2 eth0 10.5.0.2/32 0.0.0.0/32 0\r\n10.5.0.2 eth0 10.5.0.255/32 0.0.0.0/32 0\r\n10.5.0.2 flannel.1 10.244.1.0/32 0.0.0.0/32 0\r\n"]
[4.061166, "o", "10.5.0.2 cni0 10.244.1.0/32 0.0.0.0/32 0\r\n10.5.0.2 cni0 10.244.1.1/32 0.0.0.0/32 0\r\n10.5.0.2 cni0"]
[4.061227, "o", " 10.244.1.255/32 0.0.0.0/32 0\r\n10.5.0.2 lo 127.0.0.0/32 0.0.0.0/32 0\r\n"]
[4.061281, "o", "10.5.0.2 lo 127.0.0.0/8 0.0.0.0/32 0\r\n10.5.0.2 lo 127.0.0.1/32 0.0.0.0/32 0"]
[4.061337, "o", "\r\n10.5.0.2 lo 127.255.255.255/32 0.0.0.0/32 0\r\n"]
[4.063843, "o", "$ "]
[6.722834, "o", "exit\r\n"]

View File

@ -1,26 +0,0 @@
{"version": 2, "width": 118, "height": 41, "timestamp": 1605045642, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.028006, "o", "$ "]
[1.141494, "o", "t"]
[1.293437, "o", "a"]
[1.44538, "o", "l"]
[1.621463, "o", "o"]
[1.725461, "o", "s"]
[1.853449, "o", "c"]
[2.069521, "o", "t"]
[2.213421, "o", "l"]
[2.333499, "o", " "]
[2.517342, "o", "s"]
[2.621386, "o", "e"]
[2.717349, "o", "r"]
[2.933491, "o", "v"]
[3.117388, "o", "i"]
[3.221401, "o", "c"]
[3.349358, "o", "e"]
[3.429372, "o", "s"]
[4.357527, "o", "\r\n"]
[4.401403, "o", "NODE SERVICE STATE HEALTH LAST CHANGE LAST EVENT\r\n10.5.0.2 apid Running OK 14m46s ago Health check successful\r\n10.5.0.2 "]
[4.401541, "o", "bootkube Finished ? 12m42s ago Service finished successfully\r\n10.5.0.2 containerd Running OK 14m55s ago Health check successful\r\n10.5.0.2 cri Running OK 14m52s ago Health check successful\r\n10.5.0.2 etcd Running OK 14m41s ago Health check successful\r\n10.5.0.2 kubelet Running OK 14m23s ago Health check successful\r\n10.5.0.2 machined Running ? 14m56s ago"]
[4.401596, "o", " Service started as goroutine\r\n10.5.0.2 networkd Running OK 14m53s ago Health check successful\r\n10.5.0.2 routerd Running OK 14m53s ago Health check successful\r\n10.5.0.2 trustd "]
[4.401653, "o", "Running OK 14m51s ago Health check successful\r\n"]
[4.404063, "o", "$ "]
[6.725513, "o", "exit\r\n"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 91 KiB