<?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 - docker</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-10T05:43:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <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:okd1&amp;rev=1774033442&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:okd_macvlan&amp;rev=1774635329&amp;do=diff"/>
            </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: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>Anonymous (anonymous@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: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>Anonymous (anonymous@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_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>Anonymous (anonymous@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: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>Anonymous (anonymous@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>
</rdf:RDF>
