Rodolfo Napoles

Results 14 comments of Rodolfo Napoles

We can parse https://raw.githubusercontent.com/openshift/odo/main/docs/website/docs/getting-started/quickstart.md to extract commands from within shell blocks, write them in sequence to a file, then extract commands, in sequence, from the created file and execute each...

The proposed solution will require to have additional processes when modifying / adding documentation. Alternatively we can create a test suite that executes all commands in all the guides/tutorials, make...

The following perl script extracts commands from a target guide and writes them to a text file: ``` use strict; use warnings; use LWP; my $docToParse = 'doc_to_parse.txt'; my $extractedCommands...

> > When executing `kubectl create -f https://operatorhub.io/install/postgresql.yaml` > > get the following error > > `error: unable to recognize "https://operatorhub.io/install/postgresql.yaml": no matches for kind "Subscription" in version "operators.coreos.com/v1alpha1"` >...

Tried the following approaches to emulate disconnection from the cluster: - using `oc logout`, however this option somewhat messes up the test process, and it takes a while for the...

We will try to simulate network latency. Reviewing article suggested by Armel: https://medium.com/@kazushi/simulate-high-latency-network-using-docker-containerand-tc-commands-a3e503ea4307

Getting the following error when trying to add the delay ``` $ podman exec client tc qdisc add dev eth0 root netem delay 100ms Error: Specified qdisc kind is unknown....

The guest additions were installed already, I upgraded the VM from fedora34ws to fedora36ws and reinstalled the guest additions: still get the same: ``` sudo podman container run --rm --cap-add=NET_ADMIN...

``` $ grep -i NETEM /boot/config-`uname -r` CONFIG_NET_SCH_NETEM=m ```

I will try in a linux based container