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
This would use supplied or inferred hub context to create the ManagedCluster object on the hub and obtain the import command, then run the import command in the managed context.
This would be very powerful in a sequence like the following, which depends on #5:
cm new cluster-pool hub \
&& cm new cluster-pool spoke \
&& cm install-acm hub \
&& cm acm-import hub spoke
The text was updated successfully, but these errors were encountered:
cm acm-import [HUB-CONTEXT] MANAGED-CONTEXT
This would use supplied or inferred hub context to create the
ManagedCluster
object on the hub and obtain the import command, then run the import command in the managed context.This would be very powerful in a sequence like the following, which depends on #5:
The text was updated successfully, but these errors were encountered: