<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dokuwiki.cloche.ca/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dokuwiki.cloche.ca/feed.php">
        <title>JoLeKing</title>
        <description></description>
        <link>https://dokuwiki.cloche.ca/</link>
        <image rdf:resource="https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-10T04:13:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:powerdns&amp;rev=1775734655&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=openshift:network_interfaces&amp;rev=1775047132&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=pxe&amp;rev=1774918397&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:okd_macvlan&amp;rev=1774635329&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:okd_localauth&amp;rev=1774632309&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:okd1&amp;rev=1774033442&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:okd&amp;rev=1773934132&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:librespeed&amp;rev=1771605360&amp;do=diff"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart2.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart1.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?image=jncia.png&amp;ns=0&amp;rev=1753801719&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>JoLeKing</title>
        <link>https://dokuwiki.cloche.ca/</link>
        <url>https://dokuwiki.cloche.ca/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:powerdns&amp;rev=1775734655&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-09T11:37:35+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>powerdns</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:powerdns&amp;rev=1775734655&amp;do=diff</link>
        <description>PowerDNS

Single instance - Master only


docker network create --ipv4 -d bridge \
--gateway 192.168.156.1 \
--subnet 192.168.156.0/24 \
powerdns_default



local-address=0.0.0.0,::
local-port=53

launch=gpgsql
gpgsql-host=db
gpgsql-port=5432
gpgsql-dbname=pdns
gpgsql-user=pdns
gpgsql-password=pdns_strong_password

# Optional but recommended if you will use DNSSEC with this backend:
gpgsql-dnssec=yes
# The docs note DNSSEC is enabled for this backend by setting gpgsql-dnssec. [6](https://doc.pow…</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=openshift:network_interfaces&amp;rev=1775047132&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-01T12:38:52+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>network_interfaces - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=openshift:network_interfaces&amp;rev=1775047132&amp;do=diff</link>
        <description>Network Interfaces

Add a network interface to worker node


apiVersion: nmstate.io/v1
kind: NodeNetworkConfigurationPolicy
metadata:
  name: provider-static-ip-wk01
spec:
  nodeSelector:
    kubernetes.io/hostname: ocp1-wk01 # Cible spécifiquement ce nœud
  desiredState:
    interfaces:
      - name: ens4
        description: Interface pour le reseau Provider
        type: ethernet
        state: up
        ipv4:
          address:
            - ip: 10.194.1.24
              prefix-length: 24
 …</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=pxe&amp;rev=1774918397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-31T00:53:17+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>pxe - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=pxe&amp;rev=1774918397&amp;do=diff</link>
        <description>PXE


root@localhost:~/tftp/data# ls -ls
total 404
  4 drwxr-xr-x 2 root root   4096 Feb  2 15:24 6wind
  4 drwxr-xr-x 2 root root   4096 Jan 30 20:08 alpinelinux3.23.3
  4 drwxr-xr-x 3 root root   4096 Feb  2 15:01 boot
116 -rw-r--r-- 1 root root 118676 Jan 30 21:04 ldlinux.c32
168 -rw-r--r-- 1 root root 168004 Jan 30 19:25 libcom32.c32
 24 -rw-r--r-- 1 root root  23736 Jan 30 19:26 libutil.c32
 44 -rw-r--r-- 1 root root  42392 Jan 30 21:04 pxelinux.0
  4 drwxr-xr-x 2 root root   4096 Mar 31 00…</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:okd_macvlan&amp;rev=1774635329&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T18:15:29+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>okd_macvlan</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:okd_macvlan&amp;rev=1774635329&amp;do=diff</link>
        <description>MAC VLAN


apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
  name: nmstate-operator-group
  namespace: openshift-nmstate
spec:
  targetNamespaces:
  - openshift-nmstate



apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
  name: kubernetes-nmstate-operator
  namespace: openshift-nmstate
spec:
  channel: stable
  name: kubernetes-nmstate-operator
  source: redhat-operators
  sourceNamespace: openshift-marketplace</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:okd_localauth&amp;rev=1774632309&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-27T17:25:09+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>okd_localauth</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:okd_localauth&amp;rev=1774632309&amp;do=diff</link>
        <description>Creating Local Users in OKD/Openshift 4.21 Using HTPasswd

A fresh OKD installation only provides the ``kubeadmin`` user.  
To allow local users to log in and deploy pods, configure an HTPasswd
identity provider.

----------

Step 1: Create the htpasswd file</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:okd1&amp;rev=1774033442&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-20T19:04:02+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>okd1</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:okd1&amp;rev=1774033442&amp;do=diff</link>
        <description>OKD1

VM spin-up


#!/bin/bash

virsh destroy okd-bootstrap
virsh undefine okd-bootstrap

virsh destroy okd-cp1
virsh undefine okd-cp1

virsh destroy okd-cp2
virsh undefine okd-cp2

virsh destroy okd-cp3
virsh undefine okd-cp3

rm -rf /var/lib/libvirt/images/*.ign
########################################################################


# 1. Nettoyage et Copie de l&#039;image
wipefs -a /dev/disk/by-path/ip-172.16.100.14:3260-iscsi-iqn.2005-10.org.freenas.ctl:vms-storage-lun-35
qemu-img convert -O ra…</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:okd&amp;rev=1773934132&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-19T15:28:52+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>okd</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:okd&amp;rev=1773934132&amp;do=diff</link>
        <description>OKD

DHCP

dhcpd.conf


  host okd-haproxy {
    hardware ethernet 52:54:01:d2:46:20;
    fixed-address 192.168.100.20;
  }
  host okd-cp1 {
    hardware ethernet 52:54:01:d2:46:21;
    fixed-address 192.168.100.20;
  }
  host okd-cp2 {
    hardware ethernet 52:54:01:d2:46:22;
    fixed-address 192.168.100.20;
  }
  host okd-cp3 {
    hardware ethernet 52:54:01:d2:46:23;
    fixed-address 192.168.100.20;
  }
  host okd-worker1 {
    hardware ethernet 52:54:01:d2:46:24;
    fixed-address 192.168.…</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:librespeed&amp;rev=1771605360&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-20T16:36:00+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>librespeed - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?id=docker:docker-compose:librespeed&amp;rev=1771605360&amp;do=diff</link>
        <description>librespeed

Server


---
services:
  librespeed:
    image: lscr.io/linuxserver/librespeed:latest
    container_name: librespeed
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Toronto
      - PASSWORD=MyPassword123!
#      - CUSTOM_RESULTS=false #optional
#      - DB_TYPE=sqlite #optional
#      - DB_NAME=DB_NAME #optional
#      - DB_HOSTNAME=DB_HOSTNAME #optional
#      - DB_USERNAME=DB_USERNAME #optional
#      - DB_PASSWORD=DB_PASSWORD #optional
#      - DB_PORT=DB_P…</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart2.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-12T19:33:18+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>part2.png - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart2.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://dokuwiki.cloche.ca/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=ae68bb&amp;amp;media=networking:srv6:part2.png&quot; alt=&quot;part2.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart1.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-12T19:33:18+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>part1.png - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?image=networking%3Asrv6%3Apart1.png&amp;ns=networking%3Asrv6&amp;rev=1768246398&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://dokuwiki.cloche.ca/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=df131f&amp;amp;media=networking:srv6:part1.png&quot; alt=&quot;part1.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://dokuwiki.cloche.ca/doku.php?image=jncia.png&amp;ns=0&amp;rev=1753801719&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-29T15:08:39+00:00</dc:date>
        <dc:creator>jonathan (jonathan@undisclosed.example.com)</dc:creator>
        <title>jncia.png - created</title>
        <link>https://dokuwiki.cloche.ca/doku.php?image=jncia.png&amp;ns=0&amp;rev=1753801719&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://dokuwiki.cloche.ca/lib/exe/fetch.php?w=500&amp;amp;h=500&amp;amp;tok=06b535&amp;amp;media=jncia.png&quot; alt=&quot;jncia.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
