diff --git a/examples/lws/KubeDiagrams.yml b/examples/lws/KubeDiagrams.yml index d21726f..691b610 100644 --- a/examples/lws/KubeDiagrams.yml +++ b/examples/lws/KubeDiagrams.yml @@ -1,4 +1,6 @@ clusters: + - label: app + show: false # Disable clustering for app label - label: leaderworkerset.sigs.k8s.io/name title: "LWS Name: {}" recommended: true diff --git a/examples/lws/examples/llamacpp.yaml b/examples/lws/examples/llamacpp.yaml index e31e920..e323e94 100644 --- a/examples/lws/examples/llamacpp.yaml +++ b/examples/lws/examples/llamacpp.yaml @@ -10,11 +10,7 @@ spec: leaderTemplate: metadata: labels: -# PM: Replaced -# app: llamacpp-llama3-8b-instruct-bartowski-q5km -# by - appL: llamacpp-llama3-8b-instruct-bartowski-q5km -# as app is a clustering label already managed by KubeDiagrams! + app: llamacpp-llama3-8b-instruct-bartowski-q5km spec: containers: - name: llamacpp-leader @@ -35,11 +31,7 @@ metadata: name: llamacpp spec: selector: -# PM: Replaced -# app: llamacpp-llama3-8b-instruct-bartowski-q5km -# by - appL: llamacpp-llama3-8b-instruct-bartowski-q5km -# as app is a clustering label already managed by KubeDiagrams! + app: llamacpp-llama3-8b-instruct-bartowski-q5km ports: - protocol: TCP port: 80 diff --git a/examples/lws/examples/saxml.yaml b/examples/lws/examples/saxml.yaml index 7c2222d..f7bfdd7 100644 --- a/examples/lws/examples/saxml.yaml +++ b/examples/lws/examples/saxml.yaml @@ -12,11 +12,7 @@ spec: leaderTemplate: metadata: labels: -# PM: Replaced -# app: saxml-admin -# by - appL: saxml-admin -# as app is a clustering label already managed by KubeDiagrams! + app: saxml-admin spec: serviceAccountName: sax-sa nodeSelector: @@ -95,9 +91,8 @@ spec: # PM: Replaced # app: leader-pod # by - appL: saxml-admin -# as app is a clustering label already managed by KubeDiagrams -# and leader pods are labelled by saxml-admin instead of leader-pod! + app: saxml-admin +# as leader pods are labelled by saxml-admin instead of leader-pod! ports: - protocol: TCP port: 8888