3917 Commits

Author SHA1 Message Date
jetvova
4b7a50be51 Added tutorial for creating voting questions (#4096)
* Added tutorial for creating voting questions

* Removed trailing spaces
2020-08-31 15:21:48 -07:00
Paul Stack
b036720a3f Point the troubleshooting doc on new providers to the pulumi-terraform-bridge repo (#4121) 2020-08-31 17:49:24 +01:00
Trung Lê
344ec14256 Update the pre-defined policy (#4120) 2020-08-31 17:20:26 +01:00
Pat Myron
35429b04e3 fixing typo (#4102)
https://www.pulumi.com/docs/guides/adopting/from_aws/#migrate-resources-into-code
2020-08-30 15:45:07 -07:00
jetvova
655d6b9ef5 Created blog post about deploying a Django MySQL application to AWS (#4081)
* Created blog post showing how to deploy a Django application to AWS

* Updated meta.png

* Removed trailing spaces

* Added next week blog post summary

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Simplified AWS Cloudwatch explanation

* Described why the project needs 2 ECS instances, and fixed URL

* Added explanation on how to set django_secret_key

* Removed repetitive code, and referenced previous blog posts instead

* Fixed shortcode typo

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Removed extra period

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-08-28 08:08:48 -07:00
Justin Van Patten
160040b782 Blog: Python Tooling Improvements (#4076) 2020-08-27 09:25:57 -07:00
Praneet Loke
b3f76fd36d Add blog post for GitLab Project Integrations (#4074)
Also add a guide for configuring the integration.
2020-08-26 07:59:33 -07:00
Zack Chase
b3aa3300bd Add k8s keyword to /kubernetes page (#4058)
* Add k8s keyword to /kubernetes page

* Capitalization
2020-08-24 11:59:47 -07:00
Francois
4cffefc823 Pulumi.HCloud only has RunAsync method (#4062) 2020-08-24 13:18:54 +01:00
Frankely Diaz
8af7fcec0d Update _index.md (#4054)
Deployment.Run is not available anymore in the .NET Core package.
2020-08-23 13:49:23 -07:00
Lee Zen
30ebd8d854 Update Lambda EFS example (#4057) 2020-08-21 15:15:58 -07:00
Sean Holung
c1f7a9339f Update console docs - add new env variable (#4046) 2020-08-21 14:41:17 -07:00
Gerrit-K
15617b459b Fix typos in config / azure secrets provider (#4034) 2020-08-21 17:40:42 +01:00
Ryan Kelly
1ebe1a61e6 Update target version for typescript config (#3024)
When creating a new project using pulumi new aws-typescript the typescript file generated target es2016.
This can also be seen here https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/tsconfig.json

Addressing the comment to update the whole snippet with the current template version

Reverted default settings for pulumi
2020-08-21 06:49:38 -07:00
Zack Chase
3660772466 Properly set default values and allow overrides (#4031) 2020-08-20 12:02:55 -07:00
Evan Boyle
c6fcd43e6b fix go config examples (#4038) 2020-08-19 13:16:37 -07:00
Joe Duffy
c099c47c80 Eliminate "real languages" from our website (#4032)
* Eliminate "real languages" from our website

We know that this terminology is unfriendly and can be seen as
gatekeeping. We've moved away from it over time, but there are many
traces of it in our documentation -- most notably, even on our
homepage. Instead of "real languages", let's use "familiar languages",
and in places where deeper explanation makes sense in context, we
can say "familiar, general-purpose languages."

The current 2nd-level blurb on the homepage isn't very good right now
anyhow, so this is a convenient change. As we make progress on various
marketing efforts, we will likely make more extensive changes, but
for now this at least fixes this problem. We recently A/B tested
updates without much of an impact, so let's move ahead with this change
and then if we want to test alternatives to "familiar", we can do that.
For instance, we considered "popular", etc.

* Also eliminate "real code"
2020-08-19 06:19:50 -07:00
Christian Nunciato
31b851f663 Fix a broken link (#4025) 2020-08-18 11:48:05 -07:00
jetvova
26f6be21b6 Created blog post about Dynamic Providers (#4007)
* Created blog post about Dynamic Providers

* Uploaded new meta.png

* Added link to previous blog post and improved description

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Improved blog introduction

* Added a section on `pulumi config set`

* Fixed small typo

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Updated introduction to use Hugo shortcode link

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-08-18 09:50:26 -07:00
Joe Duffy
b6f8ab5688 Add tf2pulumi page (#4020)
* Add back tf2pulumi page

This page was renamed to kube2pulumi and shipped (huzzah!), so this
change adds it back. It also changes the URL to adopt the endpoint we
stood up in production, rather than my personal Pulumi account (oops).

* Don't throw, to avoid unhandled exceptions

This avoids the issue reported and fixed in
https://github.com/pulumi/docs/pull/4012.
2020-08-18 07:54:12 -07:00
jetvova
e82df7c1a6 Added additional instructions to show the user how to clone the aws-ts-voting-app example (#3951) 2020-08-17 20:47:08 +01:00
Sophia Parafina
26db6e7bab Pinpoint guest blog post (#3968)
* initial

* shorter title

* Update content/blog/pinpoint-kubernetes/index.md

Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>

* edits

* rename path

* remove post

* fix errors

* add guest authors

* add guest authors

* add meta image

* add ref link

* fix author name

* remove duplicate code

Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-08-17 09:53:45 -04:00
Leonardo
51cf856051 spelling fix (#3966) 2020-08-16 11:01:47 +01:00
Luke Hoban
ba5a4d6399 Add OPA blog post (#3953)
* Add OPA blog post

* Add OPA to CrossGuard page

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/opa-support-for-crossguard/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/opa-support-for-crossguard/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: isaac-pulumi <59850911+isaac-pulumi@users.noreply.github.com>
2020-08-14 18:16:51 -05:00
Paul Stack
66abcbd840 Add Wavefront and Akamai to the Cloud Providers page (#3945) 2020-08-13 23:06:00 +01:00
Sean Holung
ef6a4f9861 Add saml update event to audit list (#3948) 2020-08-13 13:47:34 -07:00
Paul Stack
7ce9352838 Adding Akamai docs (#3943) 2020-08-13 20:50:52 +01:00
jetvova
d7b7498805 Wrote blog post describing how to use Pulumi to create a Python AWS application with Flask and Redis (#3924)
* Added profile for Vova Ivanov, and created first blog post.

        new file:   public/public

* Added newline at the end of index.md

* Added meta.png picture to blog post

* Re-Added "Meet Vova Ivanov" description

* Apply suggestions from code review

Edited text to break up the flow and make it less repetitive.

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Described the relation between the main.py file and the project structure

* Fixed grammar and explained how to scaffold a new aws-python app

* Removed trailing space

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-08-13 12:28:26 -07:00
Zack Chase
4a97ce45ba Add alias to Kubernetes to handle /cloudnative links (#3946) 2020-08-13 11:10:36 -07:00
Paul Stack
8866bca56d Adding docs for the new Wavefront provider (#3929) 2020-08-13 18:59:05 +01:00
Gius. Camerlingo
cda8ba641e Update eks.md (#3793) 2020-08-13 15:14:17 +01:00
Levi Blackstone
eb156d9d18 Add blog post for kube2pulumi (#3914) 2020-08-12 18:10:29 -06:00
Christian Nunciato
ae10bf2245 Varions Kubernetes-page fixups (#3940) 2020-08-12 15:17:58 -07:00
Luke Hoban
d5a3a4f254 Update title on Kubernetes announcements blog (#3941) 2020-08-12 15:04:20 -07:00
Sophia Parafina
4be71ff3d4 set draft false (#3936) 2020-08-12 13:45:44 -05:00
Albert Zhong
55d25fa071 Merge pull request #3935 from pulumi/albert/crd2pulumi
Fix link
2020-08-12 10:53:00 -07:00
Henrique Rodrigues
d208d85569 Fix string format template (#3932)
Co-authored-by: Henrique Rodrigues <henrique.rodrigues@lytt.tech>
2020-08-12 10:47:52 -07:00
Christian Nunciato
c20c34bc32 Fix some broken links and a couple typos (#3933) 2020-08-12 10:43:52 -07:00
Albert Zhong
09310f9324 Fix link 2020-08-12 10:28:46 -07:00
Levi Blackstone
afe8d40995 Add blog post for crd2pulumi (#3915)
* Add blog post for crd2pulumi

* Add content

* Update content/blog/introducing-crd2pulumi/index.md

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

* Add gif

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Update content/blog/introducing-crd2pulumi/index.md

Co-authored-by: Mike Metral <1112768+metral@users.noreply.github.com>

* Add cert-manager example

* meta image

* lint

* Apply suggestions from code review

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

* Apply suggestions from code review

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

* Edit

* gofmt

* Albert's feedback

* Formatting

* Add link to release page

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Mike Metral <1112768+metral@users.noreply.github.com>
2020-08-12 11:01:23 -05:00
Mike Metral
8a29c78d05 Add post announcing pulumi-kubernetes-operator (#3902)
* Add post announcing pulumi-kubernetes-operator

* Address feedback

* Add YT link
2020-08-12 08:53:52 -05:00
Christian Nunciato
52cc356e91 Add a note about config and pulumi stack init (#3769) 2020-08-12 14:27:34 +01:00
Jordan Sussman
0b1397879b docs(github): update example to utilize bool (#3755) 2020-08-12 13:44:42 +01:00
Zack Chase
d6b2ba7c35 Update /kubernetes product page (#3836)
* New Kubernetes Superpowers blog post

* Add lang picker

* Add crd2pulumi examples

* lint

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* PR feedback and Helm 3 + Kustomize section

* Fix link to press release

* Add link and screenshot for kube2pulumi page

* Reformat kubernetes product page; authentication based CTAs

* Update layout and placeholder text

* Fill in copy

* Remove unused

* Superpower icon, snake_case in YAML

* Use existing SVGs (refactor into icon lib later)

* Typo, add TODO to use SVGs

* Remove more unused

* WIP: Code-switcher, UX polish

* Scroll back to top-left, add dark-mode style for Python and C#

* Update copy

* Layouts and things

* Disambiguate

* Link to the release from the newsroom

* Medium and large layout adjustments

* Update cloud eng summit text

* Copy edits

* Fix typos

* Fix typo

* Fix typos

* Update links

* Link to the blog post

Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
2020-08-12 07:16:44 -04:00
Mike Metral
a5dda90a11 Add pulumi-kubernetes-operator to CI/CD (#3897) 2020-08-11 23:07:23 -07:00
Cameron Stokes
60012888c9 Add quotes to example shell commands to help prevent user error. (#3921)
Copying and pasting the non-quoted commands results in an error from `zsh` and likely other shells. We should show quoted values to help prevent users from hitting this error.
2020-08-11 11:25:03 -07:00
Sophia Parafina
6ddf48980e Getting Started with k8s: Day 2 (#3909)
* initial

* add twitter card

* edits

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* Update content/blog/getting-started-with-k8s-part6/index.md

Co-authored-by: Levi Blackstone <levi@pulumi.com>

* removed kquery section

Co-authored-by: Levi Blackstone <levi@pulumi.com>
2020-08-11 10:46:56 -05:00
Paul Stack
9d87060804 Update ec2-webserver tutorial to remove deprecated parameter (#3917) 2020-08-11 13:41:53 +01:00
Justin Van Patten
bce9300e93 Update Python install instructions (#3908)
We require pip to be available, which is typically included with Python installs, but some Linux distros require it to be installed separately using the OS's package manager. Update the Python install instructions to mention this.

Also, update the .NET required version, since I noticed it was out-of-date.
2020-08-10 10:39:58 -07:00
jwalter
a935db5dba Fix link to Kubernetes Extensions repository (#3910) 2020-08-10 07:37:56 -07:00