<?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 - openshift</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-05-17T06:35:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dokuwiki.cloche.ca/doku.php?id=openshift:network_interfaces&amp;rev=1775047132&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=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>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>network_interfaces</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>
</rdf:RDF>
