Questions tagged [aerokube-moon]

This tag should be applied to questions related to Aerokube Moon browser automation solution. This solution allows to deliver scalable browser automation infrastructure on top of Kubernetes or Openshift cluster.

6 questions
0
votes
1 answer

Selenium: Browser failed to start on Moon running on Kubernetes

Problem summary: I installed moon2 on K8s cluster on a virtual machine. Trying to connect to chrome using selenium gets stuck. Chrome pod gets stuck in the 'pending' state and I see the following error in the log. 2022/12/16 23:39:46…
0
votes
1 answer

azure kubenetes (aks): How to avoid the deployment's pod will never be killed when cluster's node scale down?

I have a deployment (called moon2) having 2 replicas (let's say moon2-pod1 and moon2-pod2), deployed on Azure Kubeneretes (AKS) where the autocsaling feature is enabled (the min=2, the max=10 for nodes) And when the cluster scales down, sometimes…
Mohamed
  • 239
  • 1
  • 4
  • 17
0
votes
0 answers

Kubernetes : How can I get access to a previously killed (and not restarted) pod?

I have a deployment on my Kubernetes on Azure (AKS), and pods related to that deployment get killed. Is there any simple way to see logs of the killed pod ? PS: This deployment is aerokube moon2, which creates other pods corresponding to tests and…
Mohamed
  • 239
  • 1
  • 4
  • 17
0
votes
1 answer

VNC is Getting disconnected in aerokube moon

i deployed moon aerokube on my k8s cluster, i enabled vnc option on my code, but i am unable to see the test execution on the VNC in question, and i got the following error : I would like to know why ? in addtion, i will give the logs of each…
Mohamed
  • 239
  • 1
  • 4
  • 17
0
votes
0 answers

not able to start aerokube moon on linux (ubuntu)

I am trying to setup aerokube moon on a linux machine(Ubuntu 16.04) . Steps followed : minikube installed and ingress is enabled. moon installed using https://aerokube.com/moon/latest/#install-helm . started minikube using docker driver $ minikube…
smiles
  • 221
  • 1
  • 4
  • 19
0
votes
1 answer

How to set chrome options for aerokube moon on C#

I am trying to run my selenium tests on aerokube moon I can see moon ui at http://moon.aerokube.local/ with default configuration. taking reference from java example project on their github I have setup moon capabilities as Dictionary
smiles
  • 221
  • 1
  • 4
  • 19