Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for galaxy (0.19 sec)

  1. pilot/pkg/bootstrap/configcontroller.go

    			}
    		default:
    			log.Warnf("Ignoring unsupported config source: %v", configSource.Address)
    		}
    	}
    	return nil
    }
    
    // initInprocessAnalysisController spins up an instance of Galley which serves no purpose other than
    // running Analyzers for status updates.  The Status Updater will eventually need to allow input from istiod
    // to support config distribution status as well.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/a.out.go

    	ACMPUBNE
    
    	// storage-and-storage
    	AMVC
    	AMVCIN
    	ACLC
    	AXC
    	AOC
    	ANC
    
    	// load
    	AEXRL
    	ALARL
    	ALA
    	ALAY
    
    	// interlocked load and op
    	ALAA
    	ALAAG
    	ALAAL
    	ALAALG
    	ALAN
    	ALANG
    	ALAX
    	ALAXG
    	ALAO
    	ALAOG
    
    	// load/store multiple
    	ALMY
    	ALMG
    	ASTMY
    	ASTMG
    
    	// store clock
    	ASTCK
    	ASTCKC
    	ASTCKE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. pkg/test/framework/components/istio/config.go

    	DeployIstio bool
    
    	// Do not wait for the validation webhook before completing the deployment. This is useful for
    	// doing deployments without Galley.
    	SkipWaitForValidationWebhook bool
    
    	// Indicates that the test should deploy Istio's east west gateway into the target Kubernetes cluster
    	// before running tests.
    	DeployEastWestGW bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  4. pilot/pkg/config/file/store.go

    	// this legacy code only supports proto.Messages.
    	// Note: while NewInstance can be slightly modified to not return error here, the rest of the code
    	// still requires a proto.Message so it won't work without completely refactoring galley/
    	_, e := schema.NewInstance()
    	cannotHandleProto := e != nil
    	if cannotHandleProto {
    		return resources, &unknownSchemaError{
    			group:   groupVersionKind.Group,
    			version: groupVersionKind.Version,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 17:36:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. operator/README.md

    [operator API](https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto).
    The settings are the same for all components, so a user can configure pilot K8s settings in exactly the same, consistent
    way as galley settings. Supported K8s settings currently include:
    
    - [resources](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Sep 17 08:27:52 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  6. pkg/config/analysis/local/istiod_analyze.go

    	// Hook function called when a collection is used in analysis
    	collectionReporter CollectionReporterFn
    
    	clientsToRun []kubelib.Client
    }
    
    // NewSourceAnalyzer is a drop-in replacement for the galley function, adapting to istiod analyzer.
    func NewSourceAnalyzer(analyzer analysis.CombinedAnalyzer, namespace, istioNamespace resource.Namespace, cr CollectionReporterFn) *IstiodAnalyzer {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 21:06:13 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  7. pilot/pkg/bootstrap/server.go

    	}
    	caOpts.Authenticators = authenticators
    
    	// Start CA or RA server. This should be called after CA and Istiod certs have been created.
    	s.startCA(caOpts)
    
    	// TODO: don't run this if galley is started, one ctlz is enough
    	if args.CtrlZOptions != nil {
    		_, _ = ctrlz.Run(args.CtrlZOptions, nil)
    	}
    
    	// This must be last, otherwise we will not know which informers to register
    	if s.kubeClient != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 46.3K bytes
    - Viewed (0)
Back to top