bryfry
bryfry
https://github.com/yudai/gotty/issues/32 says that this is fixed but we're still having paste issues in Firefox
https://github.com/yudai/gotty/issues/32 says that this is fixed but we're still having paste issues in Firefox
One potential implementation could simply be to make the markdown folder recursive. Any folders inside there and any markdown files get rendered at the corresponding path. This allows symlinks, directory...
### Observed error on controller kube-scheduler service: ``` Oct 09 17:33:54 controller kube-scheduler[4179]: I1009 17:33:54.739415 4179 serving.go:348] Generated self-signed cert in-memory Oct 09 17:33:54 controller kube-scheduler[4179]: E1009 17:33:54.739868 4179 run.go:74]...
### Observed errors on node kubelet service: ``` Oct 09 17:48:07 node-1 kubelet[5887]: Flag --container-runtime-endpoint has been deprecated, This parameter should be set via the config file specified by the...
```bash kubectl get nodes NAME STATUS ROLES AGE VERSION node-1 Ready 57s v1.28.2 node-2 Ready 57s v1.28.2 ```
Upstream `cri-tools` has an open issue - https://github.com/kubernetes-sigs/cri-tools/issues/870 Marked as blocked until upstream updates (expected in k8s version `1.26`)
Considered OBE given existing testing scripts - https://github.com/alta3/kubernetes-the-alta3-way/issues/83#issuecomment-2000153374 - https://github.com/alta3/kubernetes-the-alta3-way/issues/83#issuecomment-2000127232
@BicycleWalrus this is an issue outside of the scope of k8s upgrade. Testing for #37 showed that this `test.sh` is still broken as reported. Current version of the test.sh file:...
The ability to find the latest commit of a specific file is impacted by https://github.com/go-git/go-git/issues/811 on projects with sizeable commit history.