Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Kind tutorial snippets not reflecting the script #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gitricko
Copy link

system_domain: 172.17.0.3.nip.io

services:
  router:
    loadBalancerIP:
    - 172.17.0.3

kube:
  service_cluster_ip_range: 0.0.0.0/0
  pod_cluster_ip_range: 0.0.0.0/0

If i follow the snippet example, i get the following error

helm install kubecf \
    --namespace kubecf \
    --values values.yaml \
    ./kubecf_release.tgz          
Error: values don't meet the specifications of the schema(s) in the following chart(s):
kubecf:
- kube: Additional property pod_cluster_ip_range is not allowed
- kube: Additional property service_cluster_ip_range is not allowed
- services.router.loadBalancerIP: Must validate at least one schema (anyOf)
- services.router.loadBalancerIP: Invalid type. Expected: string, given: array
- services.router: Must validate all the schemas (allOf)

and with

kube:
  service_cluster_ip_range: 0.0.0.0/0
  pod_cluster_ip_range: 0.0.0.0/0

I get:

Error: values don't meet the specifications of the schema(s) in the following chart(s):
kubecf:
- kube: Additional property pod_cluster_ip_range is not allowed
- kube: Additional property service_cluster_ip_range is not allowed

remove 

kube:
  service_cluster_ip_range: 0.0.0.0/0
  pod_cluster_ip_range: 0.0.0.0/0
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Sep 10, 2021

CLA Signed

The committers are authorized under a signed CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant