Canux

Results 18 comments of Canux

Please add github/gitlab/... url to prove it's OSS.

OCI not working with "helm repo". https://helm.sh/zh/docs/topics/registries/

I got the same problem. but just for user define keywords, selenium2library works well.

finally, it's import issue. make sure you import the keywors into robot.

check this example: https://github.com/crazy-canux/westeros/blob/master/examples/test.robot

1. docker swarm init 2. docker deploy ... (start some stack) 3. modify iptables like: ``` try: logger.debug("delete all rules from chain.") self.table.autocommit = False for chain in self.table.chains: for...