Athanasios Garyfalos

Results 17 comments of Athanasios Garyfalos

> Hi @pragnagopa Do you have any inputs on this? Hello @Ved2806 , Is there anyone who can pick up this task? It affects our migration from Windows Functions to...

> Same question! > [I try this](https://github.com/kubernetes-sigs/metrics-server/issues/146#issuecomment-460093946) > [and this](https://github.com/kubernetes-sigs/metrics-server/issues/146#issuecomment-459239615) > > I spend 3 days. Result: > > ``` > x509: certificate signed by unknown authority > ``` Hello...

> @thanos1983 could you explain me more about how download latest patch? I try to use container image: `gcr.io/k8s-staging-metrics-server/metrics-server:master`, but it still not working:( > Part of my deployment: >...

> @thanos1983 my kubernetes version: > > ``` > kubelet --version > Kubernetes v1.19.3 > > kubectl version > Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"darwin/amd64"}...

> Hi @thanos1983, > > Kubernetes version > 1.18 are not fully supported by Kubeless. See #1130 for more info. > > Regarding autoscaling, Kubeless is creating an HorizontalPodAutoscaler: >...

> kubectl get hpa -o yaml No I am more confused, maybe because I am a beginner on autoscaling... ```bash $ kubeless autoscale create test --min 3 --max 4 --metric...

> It seems that you are mixing namespaces. Why is the `hpa` in the namespace `namespace-green`? It should be in the namespace `default` (assuming the function `test` is deployed in...

> that may be a bug of the `list` command. Just to confirm, you are able to see the `hpa` if you do `kubectl get hpa`, right? Hello again @andresmgot...

> Is your `kube-controller-manager` configured to allocate node CIDR's? I pass the variable when launching the master node but I think I have read somewhere (long time ago) that I...

Apologies to everyone that I have not tested all the proposed solutions. I will pull latest file and test tomorrow. I am passing all the configurations through the kubeadm config...