Home
last modified time | relevance | path

Searched full:kubectl (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/
DREADME.md29 3. `kubectl`
31 `kubectl` can be installed via `gcloud components install kubectl`, or system package manager: http…
173 # Install authentication plugin for kubectl.
174 # Details: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
177 # Configuring GKE cluster access for kubectl
181 export KUBE_CONTEXT="$(kubectl config current-context)"
212 3. `kubectl` context (see [Configure GKE cluster access](#configure-gke-cluster-access))
215 `kubectl` subprocesses. (experimental)
382 kubectl port-forward deployment.apps/psm-grpc-client 8079
385 kubectl port-forward deployment.apps/psm-grpc-server 8080
[all …]
/aosp_15_r20/external/perfetto/docs/deployment/
H A Ddeploying-bigtrace-on-kubernetes.md66 To use kubectl to apply the yaml files for deployments and services you must first connect and auth…
111 kubectl apply -f orchestrator-deployment.yaml
112 kubectl apply -f orchestrator-ilb.yaml
146 kubectl apply -f worker-deployment.yaml
147 kubectl apply -f worker-service.yaml
163 To deploy this on a pod in a cluster, the provided yaml files must be applied using kubectl e.g.
166 kubectl apply -f src/bigtrace_clickhouse/config.yaml
168 kubectl apply -f src/bigtrace_clickhouse/pvc.yaml
170 kubectl apply -f src/bigtrace_clickhouse/pv.yaml
172 kubectl apply -f src/bigtrace_clickhouse/clickhouse-deployment.yaml
[all …]
/aosp_15_r20/external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub/v1beta1/
H A DGenerateExclusivityManifestRequest.java139 * `kubectl get customresourcedefinitions membership`.
164 * `kubectl get customresourcedefinitions membership`.
194 * `kubectl get memberships membership`.
219 * `kubectl get memberships membership`.
766 * `kubectl get customresourcedefinitions membership`.
790 * `kubectl get customresourcedefinitions membership`.
814 * `kubectl get customresourcedefinitions membership`.
837 * `kubectl get customresourcedefinitions membership`.
856 * `kubectl get customresourcedefinitions membership`.
882 * `kubectl get memberships membership`.
[all …]
H A DGenerateExclusivityManifestRequestOrBuilder.java62 * `kubectl get customresourcedefinitions membership`.
76 * `kubectl get customresourcedefinitions membership`.
91 * `kubectl get memberships membership`.
105 * `kubectl get memberships membership`.
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/linux/
H A Dgrpc_xds_k8s_install_test_driver.sh173 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
174 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
184 readonly SECONDARY_KUBE_CONTEXT="$(kubectl config current-context)"
189 readonly KUBE_CONTEXT="$(kubectl config current-context)"
363 kubectl
420 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
421 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
447 # Get kubectl cluster credentials.
471 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
477 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
[all …]
H A Dgrpc_xds_resource_cleanup.sh28 CLEANUP_KUBE_CONTEXT="$(kubectl config current-context)"
37 CLEANUP_KUBE_CONTEXT="$(kubectl config current-context)"
85 # CLEANUP_KUBE_CONTEXT: The name of kubectl context with GKE cluster access.
/aosp_15_r20/external/skia/infra/bots/assets/kubectl/
H A Dcreate.py18 DOWNLOAD_URL = 'https://dl.k8s.io/release/%s/bin/linux/amd64/kubectl' % VERSION
19 SHA256_URL = 'https://dl.k8s.io/%s/bin/linux/amd64/kubectl.sha256' % VERSION
33 input=(sha256 + ' kubectl').encode('utf-8'))[0].decode('utf-8')
35 raise ValueError('Got wrong checksum for kubectl: %s' % output)
36 subprocess.check_call(['chmod', 'a+x', 'kubectl'], cwd=target_dir)
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_k8s_install_test_driver.sh175 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
176 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
186 readonly SECONDARY_KUBE_CONTEXT="$(kubectl config current-context)"
191 readonly KUBE_CONTEXT="$(kubectl config current-context)"
429 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
430 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
476 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
482 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
492 readonly KUBE_CONTEXT="${KUBE_CONTEXT:-$(kubectl config current-context)}"
Dgrpc_xds_k8s_lb.sh86 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
87 # SECONDARY_KUBE_CONTEXT: The name of kubectl context with secondary GKE cluster access, if any
142 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
143 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
Dgrpc_xds_k8s_lb_python.sh100 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
101 # SECONDARY_KUBE_CONTEXT: The name of kubectl context with secondary GKE cluster access, if any
148 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
149 # SECONDARY_KUBE_CONTEXT: Populated with name of kubectl context with secondary GKE cluster acces…
Dgrpc_xds_resource_cleanup.sh50 TARGET_KUBE_CONTEXT="$(kubectl config current-context)"
65 TARGET_KUBE_CONTEXT="$(kubectl config current-context)"
Dgrpc_xds_url_map_python.sh86 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
131 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
Dgrpc_xds_url_map.sh76 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
121 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
Dpsm-security.sh87 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
135 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
Dpsm-security-python.sh102 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
151 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
/aosp_15_r20/external/perfetto/tools/
H A Dsetup_minikube_cluster.sh26 minikube kubectl -- apply -f worker-deployment.yaml
27 minikube kubectl -- apply -f worker-service.yaml
28 minikube kubectl -- apply -f orchestrator-deployment.yaml
29 minikube kubectl -- apply -f orchestrator-service.yaml
/aosp_15_r20/development/tools/repo_diff/service/repodiff/
H A DMakefile188kubectl expose deployment $(DOCKER_DEPLOYMENT_NAME) --type=LoadBalancer --port $(PORT_HTTP) --targ…
191 kubectl get service
194 kubectl scale deployment $(DOCKER_DEPLOYMENT_NAME) --replicas=$(DOCKER_REPLICA_COUNT)
197 kubectl delete service
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/
Dxds_k8s_flags.py19 help="Kubectl context to use")
23 help="Secondary kubectl context to use for cluster in another region")
49 help="Development only: use kubectl port-forward to connect to test app")
/aosp_15_r20/external/google-cloud-java/java-gke-connect-gateway/grpc-google-cloud-gke-connect-gateway-v1beta1/src/main/java/com/google/cloud/gkeconnect/gateway/v1beta1/
H A DGatewayServiceGrpc.java26 * service matches with an HTTP verb. End user will initiate kubectl commands
273 * service matches with an HTTP verb. End user will initiate kubectl commands
357 * service matches with an HTTP verb. End user will initiate kubectl commands
377 * service matches with an HTTP verb. End user will initiate kubectl commands
480 * service matches with an HTTP verb. End user will initiate kubectl commands
564 * service matches with an HTTP verb. End user will initiate kubectl commands
/aosp_15_r20/external/grpc-grpc/tools/run_tests/performance/
H A Dbq_upload_result.py239 # if use kubectl apply ..., kubectl will append current configuration to
242 if "kubectl.kubernetes.io/last-applied-configuration" in annotations:
243 del annotations["kubectl.kubernetes.io/last-applied-configuration"]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dbq_upload_result.py205 # if use kubectl apply ..., kubectl will append current configuration to
208 if 'kubectl.kubernetes.io/last-applied-configuration' in annotations:
209 del annotations['kubectl.kubernetes.io/last-applied-configuration']
/aosp_15_r20/external/grpc-grpc-java/buildscripts/kokoro/
H A Dxds_k8s_lb.sh105 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
106 # SECONDARY_KUBE_CONTEXT: The name of kubectl context with secondary GKE cluster access, if any
152 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
H A Dxds_url_map.sh105 # KUBE_CONTEXT: The name of kubectl context with GKE cluster access
150 # KUBE_CONTEXT: Populated with name of kubectl context with GKE cluster access
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/
Dcleanup_cluster.sh45 kubectl get namespaces --sort-by='{.metadata.creationTimestamp}'\
58 kubectl get namespaces --sort-by='{.metadata.creationTimestamp}' \
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/k8s_internal/
Dk8s_port_forwarder.py51 "kubectl", "--context", self.context, "--namespace", self.namespace,
82 'Error forwarding port, kubectl return '

123