Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 2,575 for Bash (0.06 sec)

  1. samples/helloworld/gateway-api/README.md

    ```bash
    kubectl apply -f ./helloworld-versions.yaml
    ```
    
    Apply the following route rule to distribute the helloworld traffic 90% to v1, 10% to v2:
    
    ```bash
    kubectl apply -f ./helloworld-route.yaml
    ```
    
    Run the previous curl commands again:
    
    ```bash
    for run in {1..10}; do curl http://$INGRESS_HOST/hello; done
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 15 22:24:09 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  2. samples/open-telemetry/loki/REAME.md

    ```bash
    istioctl install -f iop.yaml -y
    ```
    
    ## Setup Loki
    
    Run the following script to install `Loki`:
    
    ```bash
    kubectl apply -f ../../addons/loki.yaml -n istio-system
    ```
    
    ## Setup otel-collector service
    
    First, create an `otel-collector` backend with a simple configuration.
    
    ```bash
    kubectl apply -f otel.yaml -n istio-system
    ```
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/completion.go

    		source $HOME/.bash_profile
    
    		# Load the kubeadm completion code for bash into the current shell
    		source <(kubeadm completion bash)
    
    		# Write bash completion code to a file and source it from .bash_profile
    		kubeadm completion bash > ~/.kube/kubeadm_completion.bash.inc
    		printf "\n# Kubeadm shell completion\nsource '$HOME/.kube/kubeadm_completion.bash.inc'\n" >> $HOME/.bash_profile
    		source $HOME/.bash_profile
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Dec 25 09:28:34 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  4. samples/helloworld/README.md

    To run both versions of the helloworld service, use the following command:
    
    ```bash
    kubectl apply -f helloworld.yaml
    ```
    
    Alternatively, you can run just one version at a time by first defining the service:
    
    ```bash
    kubectl apply -f helloworld.yaml -l service=helloworld
    ```
    
    and then deploying version v1, v2, or both:
    
    ```bash
    kubectl apply -f helloworld.yaml -l version=v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginUnixShellsIntegrationTest.groovy

        def "can execute generated Unix start script in Bash"() {
            given:
            succeeds('installDist')
    
            when:
            runViaUnixStartScript("bash")
    
            then:
            outputContains('Hello World!')
        }
    
        @Requires([UnitTestPreconditions.UnixDerivative, PluginTestPreconditions.DashAvailable])
        def "can execute generated Unix start script in Dash"() {
            given:
            succeeds('installDist')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. samples/security/spire/README.md

      ```bash
      $ istioctl install -f istio-spire-config.yaml
      ```
    
    1. Create a ClusterSPIFFEID to create a registration entry for all workloads with the `spiffe.io/spire-managed-identity: true` label:
    
      ```bash
      $ kubectl apply -f clusterspiffeid.yaml
      ```
    
    1. Add the `spiffe.io/spire-managed-identity: true` label to the Ingress-gateway Deployment:
    
      ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 24 22:08:56 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  7. tests/integration/GKE.md

    The following steps are automated with the script `create_cluster_gke.sh` located in this directory. To create a cluster with the script, simply run:
    
    ```bash
    ./tests/integration/create_cluster_gke.sh -c ${CLUSTER_NAME}
    ```
    
    To list the options for the script, you can get help via `-h`:
    
    ```bash
    ./tests/integration/create_cluster_gke.sh -h
    ```
    
    ### Create the cluster
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 20 23:19:43 UTC 2020
    - 4.1K bytes
    - Viewed (0)
  8. cluster/images/etcd/Dockerfile

    FROM ${BASEIMAGE} as builder
    
    # This image needs bash for running "migrate-if-needed.sh". Instead of a full debian image
    # we use just the bash-static and we wrap bash-static into a distroless image instead of
    # a full debian image
    RUN apt-get update -y \
    	&& apt-get -yy -q install --no-install-recommends --no-install-suggests --fix-missing \
    		bash-static
    
    RUN cp /bin/bash-static /sh
    
    FROM ${RUNNERIMAGE}
    WORKDIR /
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 13 17:06:59 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  9. cluster/gce/windows/README-GCE-Windows-kube-up.md

    #### 2a. Create a regular Kubernetes cluster
    
    Ensure your GCP authentication is current:
    
    ```bash
    gcloud auth application-default login
    gcloud auth login
    ```
    
    Invoke kube-up.sh with these environment variables:
    
    ```bash
    # WINDOWS_NODE_OS_DISTRIBUTION: the Windows version you want your nodes to
    #   run, e.g. win2019 or win1909.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 21:39:56 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  10. samples/open-telemetry/als/README.md

    Run the following script to request `httpbin` from `fortio`.
    
    ```bash
    kubectl exec -it $(kubectl get po | grep fortio | awk '{print $1}') -- fortio curl httpbin:8000/ip
    ```
    
    Run the following script to checkout ALS output.
    
    ```bash
    kubectl logs $(kubectl get po -n observability | grep otel | awk '{print $1}') -n observability
    ```
    
    ## Cleanup
    
    ```bash
    kubectl delete -f ../otel.yaml -n observability
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 18 16:38:12 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top