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
Copy file name to clipboardExpand all lines: docs/proposals/20200607-initial-design.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,11 +63,11 @@ There are 2 logical parts to a "host" plugin:
63
63
* Discover - this will use the users credentials to discover clusters. For example, this might be using the AWS SDK to query for EKS clusters.
64
64
* Generate - this will be used when the kubeconfig file is generated. It will also be the place where any additional files will be written (e.g. AWS config file)
65
65
66
-

66
+

67
67
68
68
The sequence diagram for connecting to a cluster using kconnect is:
0 commit comments