Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 49 for wsaioctl (0.19 sec)

  1. istioctl/pkg/workload/workload_test.go

    	"bytes"
    	"context"
    	"fmt"
    	"os"
    	"path"
    	"reflect"
    	"strings"
    	"testing"
    
    	"github.com/spf13/cobra"
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/pilot/test/util"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/test/util/assert"
    )
    
    var fakeCACert = []byte("fake-CA-cert")
    
    var (
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  2. pkg/test/kube/dump.go

    		if strings.Contains(k, "test-vm") {
    			return true
    		}
    	}
    	return false
    }
    
    func DumpDebug(ctx resource.Context, c cluster.Cluster, workDir, endpoint, namespace string) {
    	ik, err := istioctl.New(ctx, istioctl.Config{Cluster: c})
    	if err != nil {
    		scopes.Framework.Warnf("failed dumping %s (cluster %s): %v", endpoint, c.Name(), err)
    		return
    	}
    	args := []string{"x", "internal-debug", "--all", endpoint}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  3. tests/integration/pilot/ingress_test.go

    					Scheme:  scheme.HTTP,
    					Address: fmt.Sprintf("custom-gateway.%s.svc.cluster.local", gatewayNs.Name()),
    					Check:   check.OK(),
    				})
    			})
    			// TODO we could add istioctl as well, but the framework adds a bunch of stuff beyond just `istioctl install`
    			// that mess with certs, multicluster, etc
    			t.NewSubTest("helm").Run(func(t framework.TestContext) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/bugreport/bugreport.go

    	"path"
    	"path/filepath"
    	"reflect"
    	"runtime"
    	"strings"
    	"sync"
    	"time"
    
    	"github.com/kr/pretty"
    	"github.com/spf13/cobra"
    
    	label2 "istio.io/api/label"
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/util/ambient"
    	"istio.io/istio/operator/pkg/util"
    	"istio.io/istio/pkg/kube"
    	"istio.io/istio/pkg/kube/inject"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/proxy"
    	"istio.io/istio/pkg/util/sets"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. pilot/pkg/status/distribution/reporter.go

    const (
    	labelKey  = "internal.istio.io/distribution-report"
    	dataField = "distribution-report"
    )
    
    // Init starts all the read only features of the reporter, used for nonce generation
    // and responding to istioctl wait.
    func (r *Reporter) Init(ledger ledger.Ledger, stop <-chan struct{}) {
    	r.ledger = ledger
    	if r.clock == nil {
    		r.clock = clock.RealClock{}
    	}
    	r.distributionEventQueue = make(chan distributionEvent, 100_000)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 30 17:25:17 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. pilot/pkg/features/pilot.go

    	InjectionWebhookConfigName = env.Register("INJECTION_WEBHOOK_CONFIG_NAME", "istio-sidecar-injector",
    		"Name of the mutatingwebhookconfiguration to patch, if istioctl is not used.").Get()
    
    	ValidationWebhookConfigName = env.Register("VALIDATION_WEBHOOK_CONFIG_NAME", "istio-istio-system",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  7. pkg/test/framework/components/istio/config.go

    	// Indicates that the test should deploy Istio's east west gateway into the target Kubernetes cluster
    	// before running tests.
    	DeployEastWestGW bool
    
    	// DumpKubernetesManifests will cause Kubernetes YAML generated by istioctl install/generate to be dumped to artifacts.
    	DumpKubernetesManifests bool
    
    	// IstiodlessRemotes makes remote clusters run without istiod, using webhooks/ca from the primary cluster.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  8. operator/pkg/verifier/verifier.go

    	"k8s.io/client-go/dynamic"
    	"k8s.io/client-go/kubernetes/scheme"
    	"sigs.k8s.io/controller-runtime/pkg/client"
    
    	"istio.io/api/label"
    	operatprv1alpha1 "istio.io/api/operator/v1alpha1"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	operator_istio "istio.io/istio/operator/pkg/apis/istio"
    	"istio.io/istio/operator/pkg/apis/istio/v1alpha1"
    	"istio.io/istio/operator/pkg/controlplane"
    	"istio.io/istio/operator/pkg/helmreconciler"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. cni/README.md

            - Pod has `istio-init` initContainer - this indicates a pod running its own injection setup.
    1. Return prevResult
    
    ## Troubleshooting
    
    ### Collecting Logs
    
    #### Using `istioctl`/helm
    
    - Set: `values.global.logging.level="cni:debug,ambient:debug"`
    - Inspect the pod logs of a `istio-cni` Daemonset pod on a specific node.
    
    #### From a specific node syslog
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  10. pkg/kube/client.go

    	Shutdown()
    
    	// ClusterID returns the cluster this client is connected to
    	ClusterID() cluster.ID
    }
    
    // CLIClient is an extended client with additional helpers/functionality for Istioctl and testing.
    // CLIClient is not appropriate for controllers, as it does a number of highly privileged or highly risky operations
    // such as `exec`, `port-forward`, etc.
    type CLIClient interface {
    	Client
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
Back to top