Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(worker-pools): fix the links to these docs on legacy docs prod #548

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v1.3.0/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,7 @@ <h3 id="stacks">Stacks<a class="headerlink" href="#stacks" title="Anchor link to
<h3 id="state-management">State Management<a class="headerlink" href="#state-management" title="Anchor link to this section">»</a></h3>
<p>State can be managed by your backend, or for Terraform projects - can be imported into Spacelift. It is not required to let Spacelift manage your infrastructure state. You can learn more about State Management <a href="vendors/terraform/state-management.html">here</a>.</p>
<h3 id="worker-pools">Worker Pools<a class="headerlink" href="#worker-pools" title="Anchor link to this section">»</a></h3>
<p>The underlying compute used by Spacelift is called a worker, and workers are managed in groups known as worker pools. In order for Spacelift to operate correctly, you will need to provision at least one worker pool. You can learn more about worker pools <a href="concepts/worker-pools">here</a>.</p>
<p>The underlying compute used by Spacelift is called a worker, and workers are managed in groups known as worker pools. In order for Spacelift to operate correctly, you will need to provision at least one worker pool. You can learn more about worker pools <a href="concepts/worker-pools/">here</a>.</p>
<h3 id="policies">Policies<a class="headerlink" href="#policies" title="Anchor link to this section">»</a></h3>
<p>Spacelift policies provide a way to express rules as code, rules that manage your Infrastructure as Code (IaC) environment, and help make common decisions such as login, access, and execution. Policies are based on the <a href="https://www.openpolicyagent.org/" rel="nofollow">Open Policy Agent</a> project and can be defined using its rule language <em>Rego</em>. You can learn more about policies <a href="concepts/policy/index.html">here</a>.</p>
<h3 id="cloud-integration">Cloud Integration<a class="headerlink" href="#cloud-integration" title="Anchor link to this section">»</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion v1.3.0/product/administration/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -4630,7 +4630,7 @@ <h3 id="setting-up-dns-entries">Setting up DNS entries<a class="headerlink" href
<p>Once your DNS changes propagate, you should be able to login to your instance by navigating to its hostname (for example <code>https://spacelift.saturnhead.io</code>). Assuming everything has been successful, you should see a welcome screen similar to the following:</p>
<p><img alt="Welcome screen" src="welcome-screen.png" /></p>
<h3 id="creating-your-first-worker-pool">Creating your first worker pool<a class="headerlink" href="#creating-your-first-worker-pool" title="Anchor link to this section">»</a></h3>
<p>Before you can create stacks or trigger any runs, you need a worker pool. For more information please see our <a href="../../concepts/worker-pools">worker pools</a> page.</p>
<p>Before you can create stacks or trigger any runs, you need a worker pool. For more information please see our <a href="../../concepts/worker-pools/">worker pools</a> page.</p>
<h2 id="updating-existing-sso-configuration">Updating existing SSO configuration<a class="headerlink" href="#updating-existing-sso-configuration" title="Anchor link to this section">»</a></h2>
<p>If you already have an existing SSO configuration and want to update it, you need to update the <code>sso_config</code> section of the configuration file and run the update script:</p>
<div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><code>./scripts/update-sso-settings.sh<span class="w"> </span><span class="o">[</span>-c<span class="w"> </span><span class="s2">&quot;&lt;configuration file&gt;&quot;</span><span class="o">]</span>
Expand Down