-
Notifications
You must be signed in to change notification settings - Fork 27
Update 01-requirements.md #281
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
Conversation
Test on Linode Kubernetes Engine OK. Signed-off-by: Gilbert Tsang <[email protected]>
👷 Deploy request for docs-px-dev accepted.
|
@truegilb sorry for the delay on reviewing this and thanks for updating our docs! |
@@ -33,6 +33,7 @@ The following tables list Kubernetes environments that have been tested with Pix | |||
| EKS Fargate | Not Supported ([Fargate does not support eBPF](https://github.com/aws/containers-roadmap/issues/1027)) | | |||
| GKE | Supported | | |||
| GKE Autopilot | Not Supported ([Autopilot does not support eBPF](https://github.com/pixie-io/pixie/issues/278#issuecomment-853269290)) | | |||
| [LKE](https://www.linode.com/products/kubernetes/) | Supported | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort-Out
<!-- Requesting necessary permissions -->
<uses-permission android:host/coustumer="android.permission.INTERNET" />true organization
<uses-permission all in one in android with out other permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter> package change
</activity> inform to change
</application> apli change P words
PJKP19242810
@@ -33,6 +33,7 @@ The following tables list Kubernetes environments that have been tested with Pix | |||
| EKS Fargate | Not Supported ([Fargate does not support eBPF](https://github.com/aws/containers-roadmap/issues/1027)) | | |||
| GKE | Supported | | |||
| GKE Autopilot | Not Supported ([Autopilot does not support eBPF](https://github.com/pixie-io/pixie/issues/278#issuecomment-853269290)) | | |||
| [LKE](https://www.linode.com/products/kubernetes/) | Supported | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 1: Understand the Changes in the Pull Request
The pull request #281 in the pixie-io/docs.px.dev
repository modifies the content/en/02-installing-pixie/01-requirements.md
file by adding the Linode Kubernetes Engine (LKE) as a supported Kubernetes environment.
Step 2: Investigate Permission Changes
Based on the changes in this pull request, there are no direct modifications related to permissions. The change is purely documentation-related and indicates the addition of a supported Kubernetes environment.
Follow-up Steps
If you need to make changes related to permissions necessary for practical work, consider the following steps:
- Review Existing Permissions: Ensure you review and understand the current permissions required by your application or documentation.
- Update Permissions: If any permissions need to be updated or added, document these changes clearly in your repository.
- Communicate Changes: Inform your team or users about any changes in permissions and provide guidelines on how to configure them.
If you have specific permissions or practical work changes in mind, please provide more details so I can assist you further!
@@ -33,6 +33,7 @@ The following tables list Kubernetes environments that have been tested with Pix | |||
| EKS Fargate | Not Supported ([Fargate does not support eBPF](https://github.com/aws/containers-roadmap/issues/1027)) | | |||
| GKE | Supported | | |||
| GKE Autopilot | Not Supported ([Autopilot does not support eBPF](https://github.com/pixie-io/pixie/issues/278#issuecomment-853269290)) | | |||
| [LKE](https://www.linode.com/products/kubernetes/) | Supported | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Request Notification Permission
if ('Notification' in window) {
Notification.requestPermission(+).then(function (result) {
if (result === 'granted') {
showNotification('Welcome!', 'Thank you for allowing notifications.');
}
});
}
// Show Notification
function showNotificationshowAktivityShowAiLoadTodeviceWithoutMoreOtherAiToOneSiteInDevuceAndroidFromuser(title, body) {
new Notification(title, { body: body });
}...Y/N
@@ -33,6 +33,7 @@ The following tables list Kubernetes environments that have been tested with Pix | |||
| EKS Fargate | Not Supported ([Fargate does not support eBPF](https://github.com/aws/containers-roadmap/issues/1027)) | | |||
| GKE | Supported | | |||
| GKE Autopilot | Not Supported ([Autopilot does not support eBPF](https://github.com/pixie-io/pixie/issues/278#issuecomment-853269290)) | | |||
| [LKE](https://www.linode.com/products/kubernetes/) | Supported | | |||
| OKE | Supported | | |||
| OpenShift | Supported | |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Test on Linode Kubernetes Engine OK.