cmd

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "proxy-init",
	Short: "Adds a Kubernetes pod to join the Conduit Service Mesh",
	Long: `proxy-init Adds a Kubernetes pod to join the Conduit Service Mesh.

Find more information at https://conduit.io/.`,
	Run: func(cmd *cobra.Command, args []string) {
		err := iptables.ConfigureFirewall(buildFirewallConfiguration())
		if err != nil {
			log.Fatal(err)
		}
	},
}

Functions

func Execute

func Execute()

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL