1. Speichern Sie die folgende Konfigurationsdatei unter kind-cluster.yml - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Aktualisieren Sie die Host-IP-Adresse, bevor Sie die YML-Datei ausführen.

kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
  apiServerAddress: "165.218.200.235" #update ip address of your host machine
  apiServerPort: 6443
nodes:
- role: control-plane
  extraPortMappings:
  - containerPort: 80
    hostPort: 80
    listenAddress: "165.218.200.235" #update ip address of your host machine
    protocol: TCP
  - containerPort: 443
    listenAddress: "165.218.200.235" #update ip address of your host machine
    protocol: TCP
    hostPort: 443
  extraMounts:
  - hostPath: .
    containerPath: /app