Skip to content

Commit 18a79c0

Browse files
committed
Fix site build issues
1 parent 6222e8d commit 18a79c0

6 files changed

Lines changed: 30 additions & 58 deletions

File tree

docs/organizations/companies/suse/edge.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/organizations/companies/suse/neuvector/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
![archivecture overview](neuvector-architecture-overview.png)
5+
![archivecture overview](architecture-overview.png)
66

77
Ref. [Basics > Overview](https://docs.neuvector.com/basics/overview)
88

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Automation with Rancher
2-
3-
## Terraform
4-
5-
* [Rancher2 Provider](https://registry.terraform.io/providers/rancher/rancher2/latest/docs) ([code](https://github.com/rancher/terraform-provider-rancher2))
6-
7-
## Usecases
8-
9-
### Kubernetes management cluster with Rancher
10-
11-
![Cluster creation diagram](../assets/images/Provisioning_logic-Rancher_cluster_creation.svg)
12-
13-
### RKE1 cluster from Rancher
14-
15-
* [RKE Templates and Infrastructure > Terraform](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure#terraform)
16-
17-
## Code examples
18-
19-
* [Devpro Terraform projects](https://github.com/devpro/terraform-projects)
20-
* [Rancher quickstarts](https://github.com/rancher/quickstart)
1+
# Automation with Rancher
2+
3+
## Terraform
4+
5+
* [Rancher2 Provider](https://registry.terraform.io/providers/rancher/rancher2/latest/docs) ([code](https://github.com/rancher/terraform-provider-rancher2))
6+
7+
## Usecases
8+
9+
### Kubernetes management cluster with Rancher
10+
11+
![Cluster creation diagram](cluster-provisioning-logic.svg)
12+
13+
### RKE1 cluster from Rancher
14+
15+
* [RKE Templates and Infrastructure > Terraform](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/about-rke1-templates/infrastructure#terraform)
16+
17+
## Code examples
18+
19+
* [Devpro Terraform projects](https://github.com/devpro/terraform-projects)
20+
* [Rancher quickstarts](https://github.com/rancher/quickstart)

docs/organizations/companies/suse/rancher/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installation of Rancher
1+
# Installation of Rancher
22

33
## General procedures
44

@@ -8,10 +8,10 @@
88

99
## Providers
1010

11-
* [AKS](../providers/microsoft-azure.md#install-rancher-on-aks)
12-
* [Outscale](../providers/3ds-outscale.md#create-a-rke2-cluster-and-install-rancher-on-it)
13-
* [Nutanix](../providers/nutanix.md#rancher--rke-on-nutanix)
14-
* [vSphere](../providers/wmware-vsphere.md#install-rancher-in-vsphere)
11+
* [AKS](microsoft-azure.md)
12+
* [Outscale](3ds-outscale.md)
13+
* [Nutanix](nutanix.md)
14+
* [vSphere](wmware-vsphere.md)
1515

1616
## Known issues
1717

docs/organizations/companies/suse/rke2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ rke2-metrics-server | kube-system | rke2-metrics-server-2.11.100-build2021111904
9191
- /usr/local/bin/rke2 server
9292
- containerd -c /var/lib/rancher/rke2/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /var/lib/rancher/rke2/agent/containerd
9393
- kubelet
94-
- /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id <container_id> -address /run/k3s/containerd/containerd.sock
94+
- /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id container_id -address /run/k3s/containerd/containerd.sock
9595
- kube-proxy --cluster-cidr=10.42.0.0/16 --conntrack-max-per-core=0 --conntrack-tcp-timeout-close-wait=0s --conntrack-tcp-timeout-established=0s --healthz-bind-address=127.0.0.1 --hostname-override=vm-bthomas-rke2server --kubeconfig=/var/lib/rancher/rke2/agent/kubeproxy.kubeconfig --proxy-mode=iptables
9696
- kube-scheduler --permit-port-sharing=true --authentication-kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --authorization-kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --bind-address=127.0.0.1 --kubeconfig=/var/lib/rancher/rke2/server/cred/scheduler.kubeconfig --profiling=false --secure-port=10259
9797
- kube-apiserver
@@ -106,6 +106,6 @@ rke2-metrics-server | kube-system | rke2-metrics-server-2.11.100-build2021111904
106106
- /usr/local/bin/rke2 agent
107107
- containerd -c /var/lib/rancher/rke2/agent/etc/containerd/config.toml -a /run/k3s/containerd/containerd.sock --state /run/k3s/containerd --root /var/lib/rancher/rke2/agent/containerd
108108
- kubelet
109-
- /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id <container_id> -address /run/k3s/containerd/containerd.sock
109+
- /var/lib/rancher/rke2/data/v1.23.9-rke2r1-eef53a0d1ec2/bin/containerd-shim-runc-v2 -namespace k8s.io -id container_id -address /run/k3s/containerd/containerd.sock
110110
- kube-proxy --cluster-cidr=10.42.0.0/16 --conntrack-max-per-core=0 --conntrack-tcp-timeout-close-wait=0s --conntrack-tcp-timeout-established=0s --healthz-bind-address=127.0.0.1 --hostname-override=vm-bthomas-rke2worker1 --kubeconfig=/var/lib/rancher/rke2/agent/kubeproxy.kubeconfig --proxy-mode=iptables
111111
- /nginx-ingress-controller --election-id=ingress-controller-leader --controller-class=k8s.io/ingress-nginx --ingress-class=nginx --configmap=kube-system/rke2-ingress-nginx-controller --validating-webhook=:8443 --validating-webhook-certificate=/usr/local/certificates/cert --validating-webhook-key=/usr/local/certificates/key --watch-ingress-without-class=true

docs/organizations/companies/suse/suse.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@
2121

2222
📝 [The History of S.u.S.E. - The other enterprise Linux company](https://www.abortretry.fail/p/the-history-of-suse) - January 13, 2025
2323

24-
## Areas
25-
26-
* [Edge](edge.md)
27-
* [GPUs](gpu.md)
28-
* [Kubernetes](kubernetes/distributions.md)
29-
* [Networking](networking.md)
30-
* [Observability](observability.md)
31-
* [Security](security.md)
32-
* [Storage](storage.md)
33-
3424
## Offering
3525

3626
### Open source
@@ -39,9 +29,9 @@
3929
* Harvester
4030
* [K3s](k3s.md)
4131
* [Longhorn](longhorn.md)
42-
* [NeuVector](neuvector.md)
32+
* [NeuVector](neuvector/neuvector.md)
4333
* [openSUSE](opensuse.md)
44-
* [Rancher](rancher.md)
34+
* [Rancher](rancher/rancher.md)
4535
* [Rancher Desktop](rancher-desktop.md)
4636
* [RKE](rke.md)
4737

0 commit comments

Comments
 (0)