instrumenta / kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions
https://kubeval.com
Other
3.16k stars 229 forks source link

Failed initializing schema v1beta3 #326

Open leongross opened 2 years ago

leongross commented 2 years ago

Input:

apiVersion: kubeadm.k8s.io/v1beta3
kind: InitConfiguration
nodeRegistration:
  ignorePreflightErrors:
    - SystemVerification
localAPIEndpoint:
  bindPort: 6443
...

Error:

Failed initializing schema https://kubernetesjsonschema.dev/master-standalone/initconfiguration-kubeadm-v1beta3.json: Could not read schema from HTTP, response status is 404 Not Found

There seems to be an error so that the schema cannot be retrieved by the cli.