Skip to content

Commit cbd5d27

Browse files
committed
added a few comments
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 6059481 commit cbd5d27

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Tests/kaas/plugin/plugin_clusterstacks.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ class PluginClusterStacks(KubernetesClusterPlugin):
115115
"""
116116
Plugin to handle the provisioning of Kubernetes clusters based on ClusterStacks approach
117117
to be used for conformance testing
118+
119+
So far, tested with Syself implementation only. Other ClusterStacks implementations may
120+
require a bit of adaptation, e.g., when it comes to the name of the secret that holds
121+
the created cluster's kubeconfig.
118122
"""
119123
def __init__(self, config, basepath='.', cwd='.'):
120124
self.basepath = basepath

playbooks/.config/scs/syself-clusterstack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# unused at present. for the time being, please create ClusterStack objects manually
12
apiVersion: clusterstack.x-k8s.io/v1alpha1
23
kind: ClusterStack
34
metadata:

0 commit comments

Comments
 (0)