python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can you create a kubernetes controller which schedules custom labels?
Is it possible to create a controller on k8’s which only schedules workloads with an explicit label for certain nodes ?
Thanks in advance
Matt

user17978750
Votes: 0
Answers: 1
Routing issue in Laravel after shifting the method
OLD:-
The method autocompletelocation() was available in SupplierController(app\Http\Controllers\Site\SupplierController.php).
So the below code was in \routes\web.php:-
$router->get('autocompletel...
venkatesh
Votes: 0
Answers: 1
Check if $request is empty or not in laravel
I have a user detail page when he'll add his details than he can go to checkout page to enter card details.
Routes for detail page
Route::get('/checkout', 'CheckoutController@index')->name('checkou...

Muhammad Shahzaib
Votes: 0
Answers: 1
Sort A Multi Dimensional Array In Laravel
This is the result of dd() that I use in my controller on laravel 8. I want to sort the data based on the JB column. I can't use the manual order by in SQL syntax because I get JB from complex DB RAW...
Crux
Votes: 0
Answers: 2