Mohamed Eldafrawi

Results 17 comments of Mohamed Eldafrawi

@iwilltry42 Can you please provide `cluster.yaml` example config with host port mapping for kind cluster that will work with acorn I've tried the following and installed Nginx ingress, but `acorn...

Was able to bass the checks by deploying nginx ingress controller to **the default namespace** > if nginx ingress deployed to different namespace, the issue still exists. 1. `helm repo...

k8s version: 1.24.3

@iwilltry42 Yes, `ADDRESS` field is populated using the example you provided. ``` kubectl get ingress -A NAMESPACE NAME CLASS HOSTS ADDRESS PORTS AGE default myingress nginx myapp.local.on-acorn.io 52.xxx.xxx.xxx 80 7s...

The issue now is that after intalling nginx as ingress controller, and install acorn on the AKS cluster. I've tried to run a simple acorn app. I was able to...

iptables on worker nodes related to acorn service > nodeport is `31889` instead of `30077` since this is a new cluster. ``` 61:-A KUBE-EXT-BZHNP6MBNJLUZE57 -m comment --comment "masquerade traffic for...

I've tried to pull the image using `crt`, i was able to pull the image when only using `--plain-http` option ``` ctr i pull 127.0.0.1:31889/acorn/acorn@sha256:438b33ad07ea40f5c8cbbbc893b0faa2ed204dafac880c73ae6359b8f20ce17a --plain-http 127.0.0.1:31889/acorn/acorn@sha256:438b33ad07ea40f5c8cbbbc893b0faa2ed204dafac880c73ae6359b8f20ce17a: resolved |++++++++++++++++++++++++++++++++++++++| index-sha256:438b33ad07ea40f5c8cbbbc893b0faa2ed204dafac880c73ae6359b8f20ce17a:...

Observing kubelet logs: ``` Sep 13 00:08:48 aks-nodepool1-14481657-vmss000000 kubelet[2627]: I0913 00:08:48.359077 2627 kubelet.go:2072] "SyncLoop ADD" source="api" pods=[twilight-sun-d7b39321-616/app-7874f8445b-2jqqx] Sep 13 00:08:48 aks-nodepool1-14481657-vmss000000 kubelet[2627]: I0913 00:08:48.359126 2627 topology_manager.go:200] "Topology Admit Handler" Sep...

Ref: https://github.com/containerd/containerd/issues/7392