Skip to content

Commit 68f8fab

Browse files
docs(fix): Removed references to macOS since it is no longer supported (#232)
1 parent d6e222e commit 68f8fab

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

content/en/docs/community/contributing/code/developer-guides/dev-env/getting-set-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ do multiple things, such as installing CLI tools or configuring service accounts
3535
way to approach this process is to open a step in its own browser tab and then work through
3636
it to completion, closing it (and any others you've opened in support of it) once it's done.
3737

38-
1. [Install Halyard]({{< relref "/docs/setup/install/halyard#install-on-debianubuntu-and-macos" >}})
38+
1. [Install Halyard]({{< relref "/docs/setup/install/halyard#install-on-debianubuntu" >}})
3939
2. [Set up a storage service]({{< relref "/docs/setup/install/storage/" >}})
4040
3. [Set up your cloud provider of choice]({{< relref "/docs/setup/install/providers/" >}})
4141
4. [Configure a LocalGit deployment]({{< relref "/docs/setup/install/environment#local-git" >}})

content/en/docs/setup/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ in [Quickstart](/docs/setup/quickstart/) might be a better choice.
1515
* A machine on which to install Halyard
1616

1717
This can be a local machine or VM (Ubuntu 18.04 or higher,
18-
Debian 10 or higher, or macOS), or it can be a Docker container.
18+
Debian 10 or higher), or it can be a Docker container.
1919
Make sure it has at least 12GB of memory.
2020

2121
* A Kubernetes cluster on which to install Spinnaker itself

content/en/docs/setup/install/halyard.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ just going to tell you to use Halyard.
2020

2121
There are two ways you can install Halyard:
2222

23-
* [locally on Debian/Ubuntu or macOS](#install-on-debianubuntu-and-macos)
23+
* [locally on Debian/Ubuntu](#install-on-debianubuntu)
2424

2525
This can be on a desktop or laptop computer, or on a VM.
2626

@@ -31,26 +31,19 @@ We recommend you install Halyard on a machine with at least 12GB of RAM.
3131
> **Note**: If you need to run Halyard without access to public internet, read
3232
> [Deploy Custom Spinnaker Builds](/docs/guides/operator/custom-boms/).
3333
34-
## Install on Debian/Ubuntu and macOS
34+
## Install on Debian/Ubuntu
3535

3636
Halyard runs on...
3737

3838
* Ubuntu 18.04 or higher
3939
* Debian 10 or higher
40-
* macOS (tested on 10.13 High Sierra only)
4140

4241
1. Get the latest version of Halyard:
4342

44-
For Debian/Ubuntu:
4543
```bash
4644
curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/debian/InstallHalyard.sh
4745
```
4846

49-
For macOS:
50-
```bash
51-
curl -O https://raw.githubusercontent.com/spinnaker/halyard/master/install/macos/InstallHalyard.sh
52-
```
53-
5447
1. Install it:
5548

5649
`sudo bash InstallHalyard.sh`
@@ -69,13 +62,14 @@ under `/var/log/spinnaker/halyard/halyard.log`.
6962
To get help with any `hal` command, append `-h`. Also, see the [Halyard command
7063
Reference](/docs/reference/halyard/commands).
7164

72-
### Update Halyard on Debian/Ubuntu or macOS
65+
### Update Halyard on Debian/Ubuntu
7366

7467
```bash
75-
sudo update-halyard
68+
sudo apt-get update
69+
sudo apt --only-upgrade install spinnaker-halyard
7670
```
7771

78-
### Uninstall Halyard from Debian/Ubuntu or macOS
72+
### Uninstall Halyard from Debian/Ubuntu
7973

8074
> __Important__: uninstalling Halyard deletes the entire contents of your `~/.hal`
8175
directory. Don't do it unless you're prepared to lose your configuration.

content/en/docs/setup/install/providers/docker-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories](https://docs.docker.com/glossary/?term=repository).
1919
Perform the steps in this article in the same place where you have Halyard
2020
installed, whether [in a Docker
2121
container](/docs/setup/install/halyard/#install-halyard-on-docker) or [locally on
22-
Ubuntu/Debian or macOS](/docs/setup/install/halyard/#update-halyard-on-debianubuntu-or-macos).
22+
Ubuntu/Debian](/docs/setup/install/halyard/#update-halyard-on-debianubuntu).
2323

2424
## Prerequisites
2525

0 commit comments

Comments
 (0)