You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// WorkDriver represents the type of work driver. Possible values are "kube", "mqtt", or "grpc".
125
+
// If not provided, the default value is "kube".
126
+
// If set to non-"kube" drivers, the klusterlet need to use the same driver.
127
+
// and the driver configuration must be provided in a secret named "work-driver-config"
128
+
// in the namespace where the cluster manager is running, adhering to the following structure:
129
+
// config.yaml: |
130
+
// <driver-config-in-yaml>
131
+
//
132
+
// For detailed driver configuration, please refer to the sdk-go documentation: https://github.com/open-cluster-management-io/sdk-go/blob/main/pkg/cloudevents/README.md#supported-protocols-and-drivers
0 commit comments