Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kuznets (0.25 sec)

  1. common/scripts/kind_provisioner.sh

      if [[ ! -f "${CLUSTER_TOPOLOGY_CONFIG_FILE}" ]]; then
        log 'cluster topology configuration file is not specified'
        exit 1
      fi
    
      export CLUSTER_NAMES
      export CLUSTER_POD_SUBNETS
      export CLUSTER_SVC_SUBNETS
      export CLUSTER_NETWORK_ID
    
      KUBE_CLUSTERS=$(jq '.[] | select(.kind == "Kubernetes" or .kind == null)' "${CLUSTER_TOPOLOGY_CONFIG_FILE}")
    
      while read -r value; do
        CLUSTER_NAMES+=("$value")
    Shell Script
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Apr 08 19:12:55 GMT 2024
    - 17.3K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.2.md

       Core changes:
    
      * Support for load balancers with source ranges
    
    #### AWS
    
    Core changes:
    
      * Support for ELBs with complex configurations: better subnet selection with
    multiple subnets, and internal ELBs
      * Support for VPCs with private dns names
      * Multiple fixes to EBS volume mounting code for robustness, and to support
    mounting the full number of AWS recommended volumes.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
Back to top