Deon

Results 21 comments of Deon

Given there are no library changes, only updates to terraform, would it be more appropriate to only bump the patch version to 0.5.1? I have another branch where terraform is...

After several days hacking away, today I successfully installed it on minikube. For minikube I only needed two apiserver flags `service-account-issuer` and `service-account-jwks-uri`. I kept the certs minikube generates instead...

@ThomasNieto when the adapter is invoked, it prints out `PSModulePath` to debug level. https://github.com/PowerShell/DSC/blob/47c0d4fc61affb61547bdcf4cd250a80aa29f717/powershell-adapter/psDscAdapter/powershell.resource.ps1#L28 You'll find the paths are not the same for Windows PowerShell and PowerShell 7. Switching between...

Bootstrapping DSC v3 is a pain point and I understand the intention of this proposal. That said, there are a few concerns that should be carefully considered: 1. `Install-Module` has...

> You can already bootstrap modules via PowerShellGet/PSModule resource. - do you mean implement or is alredy implemented? DSC resource `PSModule` can be used to install modules for DSC v3...

I wrote a working example here https://github.com/PowerShell/DSC/discussions/756#discussioncomment-13069938

I'm currently using the string function to get around this

`SIXEL IMAGE` is tmux's sixel fallback. There is a potential fix in tmux 3.6 https://github.com/tmux/tmux/issues/4099 I checked xterm.js responds. ``` ~ via 🐍 v3.12.9 via ❄️ impure (nix-shell-env) ❯ python...

I am encountering the same issue if I restart the Windows node. I am not able to connect on the Windows nodeport but the nodeport on Linux works. Looking into...

Tested k8s with calico. At first windows pod networking didn't work at all. Applied the registry fix from https://github.com/microsoft/Windows-Containers/issues/516 Then tested restarting the windows node. HNS Endpoints missing. Found https://github.com/projectcalico/calico/issues/5164....