- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 10 for exclude_namespaces (0.13 sec)
-
cni/pkg/install/testdata/list.conflist.golden
"sysctl": { "net.core.somaxconn": "500" }, "type": "tuning" }, { "ambient_enabled": false, "cni_agent_run_dir": "/path/to/kubeconfig", "dns": {}, "exclude_namespaces": [ "" ], "ipam": {}, "name": "istio-cni", "plugin_log_level": "debug", "type": "istio-cni" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 776 bytes - Viewed (0) -
cni/pkg/install/testdata/list-with-istio.conflist.golden
"sysctl": { "net.core.somaxconn": "500" }, "type": "tuning" }, { "ambient_enabled": false, "cni_agent_run_dir": "/path/to/kubeconfig", "dns": {}, "exclude_namespaces": [ "" ], "ipam": {}, "name": "istio-cni", "plugin_log_level": "debug", "type": "istio-cni" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 776 bytes - Viewed (0) -
cni/test/testdata/expected/10-calico.conflist-istioconfig
"portMappings": true }, "snat": true, "type": "portmap" }, { "ambient_enabled": false, "cni_agent_run_dir": "/tmp", "dns": {}, "exclude_namespaces": [ "istio-system" ], "ipam": {}, "name": "istio-cni", "plugin_log_level": "debug", "type": "istio-cni" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 793 bytes - Viewed (0) -
cni/pkg/install/testdata/istio-cni.conf
{ "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni", "ipam": {}, "dns": {}, "plugin_log_level": "debug", "cni_agent_run_dir": "/path/to/kubeconfig", "ambient_enabled": false, "exclude_namespaces": [ "" ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 244 bytes - Viewed (0) -
cni/pkg/install/testdata/bridge.conf.golden
"type": "host-local" }, "name": "dbnet", "type": "bridge" }, { "ambient_enabled": false, "cni_agent_run_dir": "/path/to/kubeconfig", "dns": {}, "exclude_namespaces": [ "" ], "ipam": {}, "name": "istio-cni", "plugin_log_level": "debug", "type": "istio-cni" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 625 bytes - Viewed (0) -
cni/test/testdata/expected/minikube_cni.conflist.expected
"mtu": 1460, "name": "rkt.kubernetes.io", "type": "bridge" }, { "ambient_enabled": false, "cni_agent_run_dir": "/tmp", "dns": {}, "exclude_namespaces": [ "istio-system" ], "ipam": {}, "name": "istio-cni", "plugin_log_level": "debug", "type": "istio-cni" } ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 733 bytes - Viewed (0) -
cni/test/testdata/expected/YYY-istio-cni.conf
{ "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni", "ipam": {}, "dns": {}, "plugin_log_level": "debug", "cni_agent_run_dir": "/tmp", "ambient_enabled": false, "exclude_namespaces": [ "istio-system" ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 241 bytes - Viewed (0) -
cni/pkg/config/config.go
b.WriteString("KubeCAFile: " + c.KubeCAFile + "\n") b.WriteString("SkipTLSVerify: " + fmt.Sprint(c.SkipTLSVerify) + "\n") b.WriteString("ExcludeNamespaces: " + fmt.Sprint(c.ExcludeNamespaces) + "\n") b.WriteString("K8sServiceProtocol: " + c.K8sServiceProtocol + "\n") b.WriteString("K8sServiceHost: " + c.K8sServiceHost + "\n")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 16 15:33:47 UTC 2024 - 5.7K bytes - Viewed (0) -
cni/pkg/install/cniconfig.go
pluginConfig := plugin.Config{ PluginLogLevel: cfg.PluginLogLevel, CNIAgentRunDir: cfg.CNIAgentRunDir, AmbientEnabled: cfg.AmbientEnabled, ExcludeNamespaces: strings.Split(cfg.ExcludeNamespaces, ","), } pluginConfig.Name = "istio-cni" pluginConfig.Type = "istio-cni" pluginConfig.CNIVersion = "0.3.1" marshalledJSON, err := json.MarshalIndent(pluginConfig, "", " ")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 8.2K bytes - Viewed (0) -
cni/pkg/constants/constants.go
LogUDSSocket = "log-uds-socket" ZtunnelUDSAddress = "ztunnel-uds-address" CNIEventSocket = "cni-event-address" CNIAgentRunDir = "cni-agent-run-dir" ExcludeNamespaces = "exclude-namespaces" AmbientEnabled = "ambient-enabled" AmbientDNSCapture = "ambient-dns-capture" AmbientIPv6 = "ambient-ipv6"
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 16 15:33:47 UTC 2024 - 3K bytes - Viewed (0)