vgibilmanno
vgibilmanno
@astefanutti This one worked! ``` * Trying SOMEIP:443... * TCP_NODELAY set * Connected to OMMITED.amazonaws.com (SOMEIP) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set...
@astefanutti Only the 2. command worked. The other fails with statuscode 403 Forbidden. The 2. command has the following response body: ``` "kind": "APIVersions", "versions": [ "v1" ], "serverAddressByClientCIDRs": [...
@astefanutti Yes ``` HTTP/2 403 < audit-id: 31bb7393-cefd-414b-8956-898135d0da83 < content-type: application/json < x-content-type-options: nosniff < content-length: 347 < date: Fri, 29 Nov 2019 16:56:30 GMT < { "kind": "Status", "apiVersion":...
@astefanutti ok yes now it works. But it seems like I don't have permissions to see the resources usage metrics. I can execute kubectl top pod though. Well... better than...
I found a neat workaround to run .NET projects in a self-contained manner which could suffice for most people encountering this issue. What we need to do is to bring...
@rishky-msft I'm able to run this on Debian 11 and Windows 11. It should work on Ubuntu too since it is based on Debian