1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Colin Walters
b64d699a13 Add stream metadata for RHCOS
This implements part of the plan from:
https://github.com/openshift/os/issues/477

When we originally added the pinned RHCOS metadata `rhcos.json`
to the installer, we also changed the coreos-assembler `meta.json`
format into an arbitrary new format in the name of some cleanups.
In retrospect, this was a big mistake because we now have two
formats.

Then Fedora CoreOS appeared and added streams JSON as a public API.

We decided to unify on streams metadata; there's now a published
Go library for it: https://github.com/coreos/stream-metadata-go

Among other benefits, it is a single file that supports multiple
architectures.

UPI installs should now use stream metadata, particularly
to find public cloud images.  This is exposed via a new
`openshift-install coreos print-stream-json` command.

This is an important preparatory step for exposing this via
`oc` as well as having something in the cluster update to
it.

HOWEVER as a (really hopefully temporary) hack, we *duplicate*
the metadata so that IPI installs use the new stream format,
and UPI CI jobs can still use the old format (with different RHCOS versions).

We will port the UPI docs and CI jobs after this merges.

Co-authored-by: Matthew Staebler <staebler@redhat.com>
2021-03-24 18:21:26 +00:00
Christian Felder
85b65c1545 docs: fix small typo in ignition url
fixes broken link to ingition config (getting started)
2021-02-23 22:04:03 +01:00
W. Trevor King
109c0cb40a docs/user/overview: OpenShift-specific components before bootstrap control-plane teardown
Since 82d81d9f53 (data/data/bootstrap: use loopback kubeconfig for API
access, 2019-07-24, #2086), we've been pushing the OpenShift-specific
components via a loopback kubeconfig and the bootstrap control plane.
Since 108a45bdb1 (data/bootstrap: Replace openshift.sh with
cluster-bootstrap, 2019-01-24, landed 2019-09-30, #1381), that push
has always happened before the bootstrap control plane shuts down.

I've changed "into" to "via" because the data passes through either
control plane on its way to rest in the shared etcd cluster.

I've dropped "then" from the final step because none of the other
steps said "then".  I think ordering is clear enough from our use of
an ordered list ;).
2019-10-08 14:27:40 -07:00
W. Trevor King
2c741dbb76 docs/user/versioning: Drop obsolete versioning claims
I'd added these in 28592d025 (docs/user/versioning: Document APIs
covered by our Semantic Versioning, 2018-12-17, #935).  But v0.16.1
was the last installer release.  Since then, OpenShift tooling picks
whatever the most recent commit is in the appropriate release-* branch
when building releases, so we don't have a way to set the SemVer
versions on the command-line API that the removed document depends on.
We will attempt to preserve any command-line API that occurs in
official documentation, but we can no longer make formal SemVer
statements about breaking compat.
2019-10-01 16:15:56 -07:00
John Hixson
a240bcdc53 docs/user/azure: Update Azure documention to be on par with AWS 2019-08-28 19:44:30 -07:00
Michael Hrivnak
6a18137b0c fixes a grammatical typo 2019-03-19 16:00:36 -04:00
Alex Crawford
a406f4736c docs: add initial customization docs
This is some initial documentation that covers the types of
customization that the installer supports. It only covers AWS right now,
so libvirt and OpenStack will need to be added eventually.
2019-01-25 15:52:50 -08:00
Rajat Chopra
1da786e223 docs/user: 'destroy cluster' instead of 'delete cluster' 2019-01-25 18:13:46 -05:00
Dan Kenigsberg
4c6fca4113 overview: warn about install-config.yaml deletion 2019-01-25 14:12:26 -08:00
W. Trevor King
28592d0255 docs/user/versioning: Document APIs covered by our Semantic Versioning
Also roll the tips-and-tricks docs into the overview's
multi-invocation docs, since they'd been covering the same ground with
slightly different wording before.  I've expanded the unified
description to go into a bit more detail and tie in the new versioning
docs.

I've also documented the manifest-templates target from 166a9f1e
(pkg/asset: new target manifest-templates, 2018-10-30, #592).

And I've shifted a few "target directory" references to "asset
directory", since that's the language we use for --dir (as shown by
--help).
2019-01-04 15:47:46 -08:00
James Netherton
608e638d01 docs: Fix supported platforms link in overview.md 2018-12-11 08:57:11 +00:00
OpenShift Merge Robot
f249e48566 Merge pull request #853 from wking/drop-get-terraform
hack/get-terraform: Remove obsolete script
2018-12-10 16:32:42 -08:00
W. Trevor King
aff2e983f9 hack/get-terraform: Remove obsolete script
Now that we're vendoring Terraform, we no longer need a script to pull
down pre-compiled binaries.

I've also reworded the 'create cluster' description in overview.md to
be more generic.  See 0c3d8658 (asset/cluster: clean up logging
messages, 2018-12-07, #840) for similar changes to another location.
2018-12-10 14:16:44 -08:00
W. Trevor King
86caa99db6 README: Consolidate supported-platform documentation
And make it clear that libvirt is development-only, because we're
about to remove support for it from released binaries (folks will
still be able to build the installer themselves to get the libvirt
stuff).
2018-12-05 12:55:26 -08:00
Alex Crawford
19da4df8a4 docs: add initial documentation for end users
This just covers the installer at a high level.
2018-10-19 17:08:00 -07:00