redhat-developer / redhat-developer/vscode-yaml
Local issuer certificate error when attempting to use kubernetes schema
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 829
- Forks
- 260
- Avg merge
- 5h 43m
- Merged PRs (30d)
- 1
Description
hi Team,
I installed the yaml extension and also added the yaml schema as below.
{
"git.autofetch": true,
"git.suggestSmartCommit": false,
"team.showWelcomeMessage": false,
"explorer.confirmDelete": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"yaml.schemas": {
"kubernetes": "*.yaml"
}
}
However i am not seeing the extension doing the autocomplete/suggestion. I am seeing below error though:
Unable to load schema from 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.17.0-standalone-strict/all.json': unable to get local issuer certificate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the schema load from the URL in the yaml.schemas setting and inspect the reported local issuer certificate error. The issue mentions no repository file or test; done means the Kubernetes schema loads successfully and autocomplete or suggestions work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, vscode, yaml
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100