Skip to content
Snippets Groups Projects
Select Git revision
  • 6682a843b4f5f6b6a28cb08997c28f232e30326f
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
22 results

fcos.md

Blame
    • Cristian Calin's avatar
      e6976a54
      add pre-commit hook to facilitate local testing (#9158) · e6976a54
      Cristian Calin authored
      * add pre-commit hook configuration
      
      * add tmp.md to .gitignore
      
      * describe the use of pre-commit hook in CONTRIBUTING.md
      
      * fix docs/integration.md errors identified by markdownlint
      
      * fix docs/<file>.md errors identified by markdownlint
      
      * docs/azure-csi.md
      * docs/azure.md
      * docs/bootstrap-os.md
      * docs/calico.md
      * docs/debian.md
      * docs/fcos.md
      * docs/vagrant.md
      * docs/gcp-lb.md
      * docs/kubernetes-apps/registry.md
      * docs/setting-up-your-first-cluster.md
      * docs/vagrant.md
      * docs/vars.md
      
      * fix contrib/<file>.md errors identified by markdownlint
      add pre-commit hook to facilitate local testing (#9158)
      Cristian Calin authored
      * add pre-commit hook configuration
      
      * add tmp.md to .gitignore
      
      * describe the use of pre-commit hook in CONTRIBUTING.md
      
      * fix docs/integration.md errors identified by markdownlint
      
      * fix docs/<file>.md errors identified by markdownlint
      
      * docs/azure-csi.md
      * docs/azure.md
      * docs/bootstrap-os.md
      * docs/calico.md
      * docs/debian.md
      * docs/fcos.md
      * docs/vagrant.md
      * docs/gcp-lb.md
      * docs/kubernetes-apps/registry.md
      * docs/setting-up-your-first-cluster.md
      * docs/vagrant.md
      * docs/vars.md
      
      * fix contrib/<file>.md errors identified by markdownlint
    index.html 1.43 KiB
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Kubespray - Deploy a Production Ready Kubernetes Cluster</title>
      <meta name="description" content="Deploy a Production Ready Kubernetes Cluster">
      <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
      <link rel="stylesheet" href="//unpkg.com/docsify-themeable/dist/css/theme-simple.css">
      <style>
        :root {
          --base-font-size: 16px;
          --theme-color: rgb(104, 118, 52);
          --link-color:  rgb(104, 118, 52);
          --link-color--hover: rgb(137, 152, 100);
          --sidebar-name-margin: 0;
          --sidebar-name-padding: 0;
          --code-font-size: .9em;
        }
        .sidebar > h1 {
          margin-bottom: -.75em;
          margin-top: .75em;
        }
        .markdown-section a code {
          color: var(--link-color)!important;
        }
        .markdown-section code:not([class*="lang-"]):not([class*="language-"]) {
          white-space: unset
        }
      </style>
    </head>
    <body>
      <div id="app"></div>
    </body>
    <script>
      window.$docsify = {
        name: 'Kubespray',
        loadSidebar: 'docs/_sidebar.md',
        repo: 'https://github.com/kubernetes-sigs/kubespray',
        auto2top: true,
        logo: '/logo/logo-clear.png'
      }
    </script>
    <script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
    <script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
    <script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
    
    </html>