-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial editor not working #3842
Comments
@natasha41575 Would you happen to know who maintains the kustomize.io site or if it's abandoned? |
I'm really not sure about kustomize.io; https://kubectl.docs.kubernetes.io/references/ is where the core documentation is. @Shell32-Natsu @monopole Where is kustomize.io maintained and is it still in use? |
At the bottom of the kustomize.io site is says:
I looked through the repos under their GitHub org, but I don't see one for kustomize.io. I did a quick correlation of contributors to this repository and people in the Replicated org and I managed to find @laverya -- maybe they can find out internally how the kustomize.io site is managed and help to get the tutorial page either fixed or removed. |
I'll take a look |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale I have the contact email of someone at replicated and I will be reaching out to them shortly |
Any update on this? It seems the tutorial still does not work. The reason as to why it stopped working seems to be a problem with this specific endpoint: api.kustomize.io/kustomize/patch, strangely the /apply endpoint, which is called upon trying to modify a manifest, successfully answers the requests. |
kustomize.io is not a domain that belongs to us. We are still working with the people who own it to get it transferred. |
kustomize.io and general docs progress will be tracked in #4338 |
Describe the bug
The web editor available at https://kustomize.io/tutorial is not working
Files that can reproduce the issue
Any yaml file.
Expected output
A patch in the right-hand panel is supposed to be generated.
Actual output
No patch is generated, and the endpoint appears to 500 in a call to JSON.parse().
Additional context
Possible duplicate of #2190 (comment)
The text was updated successfully, but these errors were encountered: