Marcelo Giles
Marcelo Giles
Hello. I have a proposed fix, it doesn't require new content, just reshuffle and distribute what's already in the current index page. Current: 1 doc: `_index.md` `_index.md` - Overview -...
Thanks for the tips, Tim. My bad, I've got the (wrong) impression that the request in this issue was to split the basic from the advanced content. If `concepts/workloads/pods/_index.md` is...
Take 3... 1) Divide the `_index.md` page into 2 docs, with the content presented in the original order: `_index.md ` - Overview - What is a Pod? - Using Pods...
@sftim, should we leave things as they are for now or go ahead and implement some of @tengqm 's suggestions? Thanks.
@sftim, I think that this issue should be retitled from: **Install and Set Up kubectl on Linux - No set of instructions actually works** -> to: **Install and Set Up...
The `nixpkgs-review` command using the PR also failed. Maybe somebody else can run `nixpkgs-review` on their system and see if it succeeds? Thanks.
After doing some troubleshooting and research focused on the build issue, here' what I got. The error I got (it's in the attached log file): ``` Running phase: checkPhase ......
Thanks for checking @kranurag7. I tried with `CGO_ENABLED = 1`. The build failed very early on. It didn't even start the `Running Phase:...` portion, so no logs. ``` Applying `nixpkgs`...
I've also tried removing the `CGO_ENABLED = 0;` line to see if it made any difference but I've got the same result.