Class NodeSshProxyExtensions
Extends the NodeSshProxy<TMetadata> class by adding cluster setup related methods.
Namespace: Neon.Kube.SSH
Assembly: Neon.Kube.Setup.dll
Syntax
public static class NodeSshProxyExtensions
Methods
NodeInstallHelmArchive(ILinuxSshProxy, ISetupController)
Installs the Helm charts as a single ZIP archive written to the NEONKUBE node's Helm folder.
Declaration
public static void NodeInstallHelmArchive(this ILinuxSshProxy node, ISetupController controller)
Parameters
Type | Name | Description |
---|---|---|
ILinuxSshProxy | node | The node instance. |
ISetupController | controller | The setup controller. |