<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://dengxihe.com/techwiki/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://dengxihe.com/techwiki/feed.php">
        <title>Tech Wiki cloud:coreos</title>
        <description></description>
        <link>https://dengxihe.com/techwiki/</link>
        <image rdf:resource="https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-18T19:15:00-07:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/coreos/cloud-init-behind-proxy?rev=1485307766&amp;do=diff"/>
                <rdf:li rdf:resource="https://dengxihe.com/techwiki/cloud/coreos/fleet?rev=1487011161&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Tech Wiki</title>
        <link>https://dengxihe.com/techwiki/</link>
        <url>https://dengxihe.com/techwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/coreos/cloud-init-behind-proxy?rev=1485307766&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-01-24T17:29:26-07:00</dc:date>
        <title>cloud:coreos:cloud-init-behind-proxy</title>
        <link>https://dengxihe.com/techwiki/cloud/coreos/cloud-init-behind-proxy?rev=1485307766&amp;do=diff</link>
        <description>coreos cloud-init

coreos wide http proxy


#cloud-config
write_files:
- path: &quot;/etc/systemd/system.conf.d/10-default-env.conf&quot;
  content: |
    [Manager]
    DefaultEnvironment=HTTP_PROXY=http://www-proxy.us.oracle.com:80
- path: &quot;/etc/profile.env&quot;
  content: |
    export HTTP_PROXY=http://www-proxy.us.oracle.com:80</description>
    </item>
    <item rdf:about="https://dengxihe.com/techwiki/cloud/coreos/fleet?rev=1487011161&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-02-13T10:39:21-07:00</dc:date>
        <title>cloud:coreos:fleet</title>
        <link>https://dengxihe.com/techwiki/cloud/coreos/fleet?rev=1487011161&amp;do=diff</link>
        <description>Intro

fleet is deprecated by coreos, is replaced by kubernetes.

fleet, a simple distributed service manager.

fleet requires etcd

Get started

remote fleet access (vagrant)

host:



## add vagrant ssh keys
$ eval $(ssh-agent)
$ valgrant ssh-config
Host core-01
  HostName 127.0.0.1
  User core
  Port 2200
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no
  IdentityFile /root/.vagrant.d/insecure_private_key
  IdentitiesOnly yes
  LogLevel FATAL
  ForwardAgen…</description>
    </item>
</rdf:RDF>
